Searched refs:PredIteratorCache (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 34 class PredIteratorCache; variable 327 OwningPtr<PredIteratorCache> PredCache;
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PredIteratorCache.h | 27 class PredIteratorCache {
|
/external/llvm/include/llvm/IR/ |
D | PredIteratorCache.h | 28 class PredIteratorCache {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdaterBulk.h | 52 PredIteratorCache PredCache;
|
D | LoopUtils.h | 45 class PredIteratorCache; variable 463 PredIteratorCache &, LoopInfo *,
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 34 class PredIteratorCache; variable 383 PredIteratorCache &, LoopInfo *,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PredIteratorCache.h | 28 class PredIteratorCache {
|
/external/llvm/lib/Transforms/Utils/ |
D | LCSSA.cpp | 65 PredIteratorCache &PredCache, LoopInfo *LI) { in processInstruction() 227 PredIteratorCache PredCache; in formLCSSA()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 35 class PredIteratorCache; variable 345 PredIteratorCache PredCache;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 253 PredIteratorCache PIC; in runOnLoop() 767 PredIteratorCache &PredCache; 793 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, in LoopPromoter() 844 SmallVectorImpl<Instruction *> &InsertPts, PredIteratorCache &PIC, in promoteLoopAccessesToScalars()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SSAUpdaterBulk.cpp | 96 PredIteratorCache &PredCache) { in ComputeLiveInBlocks()
|
D | LCSSA.cpp | 79 PredIteratorCache PredCache; in formLCSSAForInstructions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 306 PredIteratorCache PIC; in runOnLoop() 1109 PredIteratorCache &PredCache; 1136 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, in LoopPromoter() 1215 SmallVectorImpl<Instruction *> &InsertPts, PredIteratorCache &PIC, in promoteLoopAccessesToScalars()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LCSSA.cpp | 57 PredIteratorCache PredCache;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 365 PredIteratorCache PredCache;
|
/external/llvm/include/llvm/ |
D | module.modulemap | 153 module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ |
D | module.modulemap | 201 module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 95 PredCache.reset(new PredIteratorCache()); in runOnFunction()
|