Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp37 typedef SmallSetVector<Dep, 4> DepSet; typedef
38 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()
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp38 typedef SmallSetVector<Dep, 4> DepSet; typedef
39 typedef DenseMap<const Instruction *, DepSet> DepSetMap;
113 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
124 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
143 const DepSet &InstDeps = DI->second; in print()
/external/llvm-project/llvm/lib/Analysis/
DMemDepPrinter.cpp39 typedef SmallSetVector<Dep, 4> DepSet; typedef
40 typedef DenseMap<const Instruction *, DepSet> DepSetMap;
114 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
125 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
144 const DepSet &InstDeps = DI->second; in print()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1294 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet() argument
1298 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
1302 DepSet[TI] = Type; in buildDepSet()
1304 buildDepSet(Types, DepList, DepSet); in buildDepSet()
1342 std::map<TypeIndex, CVType> DepSet; in dumpPartialTypeStream() local
1343 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream()
1347 TiList.size(), DepSet.size()); in dumpPartialTypeStream()
1349 for (auto &Dep : DepSet) { in dumpPartialTypeStream()