Searched defs:MemDepPrinter (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 24 struct MemDepPrinter : public FunctionPass { struct 25 const Function *F; 27 enum DepType { 34 static const char *const DepTypeStr[]; 36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 37 typedef std::pair<InstTypePair, const BasicBlock *> Dep; 38 typedef SmallSetVector<Dep, 4> DepSet; 39 typedef DenseMap<const Instruction *, DepSet> DepSetMap; 40 DepSetMap Deps; 42 static char ID; // Pass identifcation, replacement for typeid [all …]
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 24 struct MemDepPrinter : public FunctionPass { struct 25 const Function *F; 27 enum DepType { 34 static const char *const DepTypeStr[]; 36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 37 typedef std::pair<InstTypePair, const BasicBlock *> Dep; 38 typedef SmallSetVector<Dep, 4> DepSet; 39 typedef DenseMap<const Instruction *, DepSet> DepSetMap; 40 DepSetMap Deps; 42 static char ID; // Pass identifcation, replacement for typeid [all …]
|