Searched refs:DepSet (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemDepPrinter.cpp | 39 typedef SmallSetVector<Dep, 4> DepSet; typedef 40 typedef DenseMap<const Instruction *, DepSet> DepSetMap; 115 DepSet &InstDeps = Deps[Inst]; in runOnFunction() 148 DepSet &InstDeps = Deps[Inst]; in runOnFunction() 168 const DepSet &InstDeps = DI->second; in print() 170 for (DepSet::const_iterator I = InstDeps.begin(), E = InstDeps.end(); in print()
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 38 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 38 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1072 std::map<TypeIndex, CVType> &DepSet) { in buildDepSet() argument 1076 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet() 1080 DepSet[TI] = Type; in buildDepSet() 1082 buildDepSet(Types, DepList, DepSet); in buildDepSet() 1117 std::map<TypeIndex, CVType> DepSet; in dumpPartialTypeStream() local 1118 buildDepSet(Types, TiList, DepSet); in dumpPartialTypeStream() 1122 TiList.size(), DepSet.size()); in dumpPartialTypeStream() 1124 for (auto &Dep : DepSet) { in dumpPartialTypeStream()
|