Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemDepPrinter.cpp40 typedef SmallSetVector<Dep, 4> DepSet; typedef
41 typedef DenseMap<const Instruction *, DepSet> DepSetMap;
112 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
123 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
142 const DepSet &InstDeps = DI->second; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1290 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet() argument
1294 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
1298 DepSet[TI] = Type; in buildDepSet()
1300 buildDepSet(Types, DepList, DepSet); in buildDepSet()
1338 std::map<TypeIndex, CVType> DepSet; in dumpPartialTypeStream() local
1339 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream()
1343 TiList.size(), DepSet.size()); in dumpPartialTypeStream()
1345 for (auto &Dep : DepSet) { in dumpPartialTypeStream()