Searched refs:LoopPredication (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 252 class LoopPredication { class 311 LoopPredication(AliasAnalysis *AA, DominatorTree *DT, in LoopPredication() function in __anon8af7232a0111::LoopPredication 339 LoopPredication LP(AA, DT, SE, LI, &BPI); in runOnLoop() 366 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, &BPI); in run() 374 LoopPredication::parseLoopICmp(ICmpInst *ICI) { in parseLoopICmp() 400 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck() 502 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() 506 Instruction *LoopPredication::findInsertPt(Instruction *Use, in findInsertPt() 514 Instruction *LoopPredication::findInsertPt(Instruction *Use, in findInsertPt() 526 bool LoopPredication::isLoopInvariantValue(const SCEV* S) { in isLoopInvariantValue() [all …]
|
| H A D | CMakeLists.txt | 39 LoopPredication.cpp
|
| H A D | IndVarSimplify.cpp | 131 LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(true), variable 1565 if (!LoopPredication) in predicateLoopExits()
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/ |
| H A D | Makefile | 45 LoopPredication.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/ |
| H A D | BUILD.gn | 49 "LoopPredication.cpp",
|