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

/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp38 typedef SmallSetVector<Dep, 4> DepSet; typedef in struct:__anon13841::MemDepPrinter
39 typedef DenseMap<const Instruction *, DepSet> DepSetMap;
113 DepSet &InstDeps = Deps[Inst];
124 DepSet &InstDeps = Deps[Inst];
143 const DepSet &InstDeps = DI->second;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemDepPrinter.cpp39 typedef SmallSetVector<Dep, 4> DepSet; typedef in struct:__anon22575::MemDepPrinter
40 typedef DenseMap<const Instruction *, DepSet> DepSetMap;
115 DepSet &InstDeps = Deps[Inst];
148 DepSet &InstDeps = Deps[Inst];
168 const DepSet &InstDeps = DI->second;
170 for (DepSet::const_iterator I = InstDeps.begin(), E = InstDeps.end();

Completed in 230 milliseconds