Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h47 class PredIteratorCache; variable
154 PredIteratorCache &, LoopInfo *,
H A DSSAUpdaterBulk.h52 PredIteratorCache PredCache;
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPredIteratorCache.h28 class PredIteratorCache {
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp96 PredIteratorCache &PredCache) { in ComputeLiveInBlocks()
H A DLCSSA.cpp79 PredIteratorCache PredCache; in formLCSSAForInstructions()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h45 class PredIteratorCache; variable
H A DMemoryDependenceAnalysis.h364 PredIteratorCache PredCache;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp351 PredIteratorCache PIC; in runOnLoop()
1614 PredIteratorCache &PredCache;
1642 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, in LoopPromoter()
1726 SmallVectorImpl<Instruction *> &InsertPts, PredIteratorCache &PIC, in promoteLoopAccessesToScalars()
/freebsd-12.1/contrib/llvm/include/llvm/
H A Dmodule.modulemap226 module IR_PredIteratorCache { header "IR/PredIteratorCache.h" export * }