Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemDepPrinter.cpp41 typedef DenseMap<const Instruction *, DepSet> DepSetMap; typedef
42 DepSetMap Deps;
138 DepSetMap::const_iterator DI = Deps.find(Inst); in print()