Home
last modified time | relevance | path

Searched refs:DepSet (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemDepPrinter.cpp39 typedef SmallSetVector<Dep, 4> DepSet; typedef
40 typedef DenseMap<const Instruction *, DepSet> DepSetMap;
111 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
122 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
141 const DepSet &InstDeps = DI->second; in print()
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1185 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet() argument
1189 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
1193 DepSet[TI] = Type; in buildDepSet()
1195 buildDepSet(Types, DepList, DepSet); in buildDepSet()
1233 std::map<TypeIndex, CVType> DepSet; in dumpPartialTypeStream() local
1234 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream()
1238 TiList.size(), DepSet.size()); in dumpPartialTypeStream()
1240 for (auto &Dep : DepSet) { in dumpPartialTypeStream()