Searched refs:LoopPredication (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 252 class LoopPredication { class 311 LoopPredication(AliasAnalysis *AA, DominatorTree *DT, in LoopPredication() function in __anon06f493b30111::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() 818 bool LoopPredication::widenWidenableBranchGuardConditions( in widenWidenableBranchGuardConditions() 846 Optional<LoopICmp> LoopPredication::parseLoopLatchICmp() { in parseLoopLatchICmp() 914 bool LoopPredication::isLoopProfitableToPredicate() { in isLoopProfitableToPredicate() [all …]
|
| H A D | IndVarSimplify.cpp | 131 LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(true), variable 1565 if (!LoopPredication) in predicateLoopExits()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 1593 SRCS_MIN+= Transforms/Scalar/LoopPredication.cpp
|