Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h34 class PredIteratorCache; variable
327 OwningPtr<PredIteratorCache> PredCache;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPredIteratorCache.h27 class PredIteratorCache {
/external/llvm/include/llvm/IR/
DPredIteratorCache.h28 class PredIteratorCache {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterBulk.h52 PredIteratorCache PredCache;
DLoopUtils.h45 class PredIteratorCache; variable
463 PredIteratorCache &, LoopInfo *,
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h34 class PredIteratorCache; variable
383 PredIteratorCache &, LoopInfo *,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPredIteratorCache.h28 class PredIteratorCache {
/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp65 PredIteratorCache &PredCache, LoopInfo *LI) { in processInstruction()
227 PredIteratorCache PredCache; in formLCSSA()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h35 class PredIteratorCache; variable
345 PredIteratorCache PredCache;
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp253 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/
DSSAUpdaterBulk.cpp96 PredIteratorCache &PredCache) { in ComputeLiveInBlocks()
DLCSSA.cpp79 PredIteratorCache PredCache; in formLCSSAForInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLICM.cpp306 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/
DLCSSA.cpp57 PredIteratorCache PredCache;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h365 PredIteratorCache PredCache;
/external/llvm/include/llvm/
Dmodule.modulemap153 module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/
Dmodule.modulemap201 module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryDependenceAnalysis.cpp95 PredCache.reset(new PredIteratorCache()); in runOnFunction()