Searched defs:MemDepPrinter (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemDepPrinter.cpp | 23 struct MemDepPrinter : public FunctionPass { struct 24 const Function *F; 26 enum DepType { 33 static const char *const DepTypeStr[]; 35 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 36 typedef std::pair<InstTypePair, const BasicBlock *> Dep; 37 typedef SmallSetVector<Dep, 4> DepSet; 38 typedef DenseMap<const Instruction *, DepSet> DepSetMap; 39 DepSetMap Deps; 41 static char ID; // Pass identifcation, replacement for typeid [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemDepPrinter.cpp | 25 struct MemDepPrinter : public FunctionPass { struct 26 const Function *F; 28 enum DepType { 35 static const char *const DepTypeStr[]; 37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 38 typedef std::pair<InstTypePair, const BasicBlock *> Dep; 39 typedef SmallSetVector<Dep, 4> DepSet; 40 typedef DenseMap<const Instruction *, DepSet> DepSetMap; 41 DepSetMap Deps; 43 static char ID; // Pass identifcation, replacement for typeid [all …]
|