Home
last modified time | relevance | path

Searched refs:LoopPredication (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp252 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 DIndVarSimplify.cpp131 LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(true), variable
1565 if (!LoopPredication) in predicateLoopExits()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1593 SRCS_MIN+= Transforms/Scalar/LoopPredication.cpp