Home
last modified time | relevance | path

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

/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()
125 DepSet &InstDeps = Deps[Inst]; in runOnFunction()
145 const DepSet &InstDeps = DI->second; in print()