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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemDepPrinter.cpp39 typedef SmallSetVector<Dep, 4> DepSet; typedef in struct:__anon9893::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 171 milliseconds