Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1186 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet() argument
1190 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
1194 DepSet[TI] = Type; in buildDepSet()
1196 buildDepSet(Types, DepList, DepSet); in buildDepSet()
1234 std::map<TypeIndex, CVType> DepSet; in dumpPartialTypeStream() local
1235 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream()
1239 TiList.size(), DepSet.size()); in dumpPartialTypeStream()
1241 for (auto &Dep : DepSet) { in dumpPartialTypeStream()