Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp262 class LoopPredication { class
338 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, in run()
375 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck()
478 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep()
482 Instruction *LoopPredication::findInsertPt(Instruction *Use, in findInsertPt()
503 bool LoopPredication::isLoopInvariantValue(const SCEV* S) { in isLoopInvariantValue()
728 bool LoopPredication::widenGuardConditions(IntrinsicInst *Guard, in widenGuardConditions()
758 bool LoopPredication::widenWidenableBranchGuardConditions( in widenWidenableBranchGuardConditions()
808 std::optional<LoopICmp> LoopPredication::parseLoopLatchICmp() { in parseLoopLatchICmp()
875 bool LoopPredication::isLoopProfitableToPredicate() { in isLoopProfitableToPredicate()
[all …]
H A DIndVarSimplify.cpp119 LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(true), variable
1731 if (!LoopPredication) in predicateLoopExits()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1843 SRCS_MIN+= Transforms/Scalar/LoopPredication.cpp