Searched refs:LoopPredication (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopPredication.cpp | 253 class LoopPredication { class 368 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, in run() 380 LoopPredication::parseLoopICmp(ICmpInst *ICI) { in parseLoopICmp() 406 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck() 509 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() 513 Instruction *LoopPredication::findInsertPt(Instruction *Use, in findInsertPt() 534 bool LoopPredication::isLoopInvariantValue(const SCEV* S) { in isLoopInvariantValue() 826 bool LoopPredication::widenWidenableBranchGuardConditions( in widenWidenableBranchGuardConditions() 854 Optional<LoopICmp> LoopPredication::parseLoopLatchICmp() { in parseLoopLatchICmp() 922 bool LoopPredication::isLoopProfitableToPredicate() { in isLoopProfitableToPredicate() [all …]
|
| H A D | CMakeLists.txt | 41 LoopPredication.cpp
|
| H A D | IndVarSimplify.cpp | 132 LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(true), variable 1734 if (!LoopPredication) in predicateLoopExits()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/ |
| H A D | BUILD.gn | 51 "LoopPredication.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5629 llvm/include/llvm/Transforms/Scalar/LoopPredication.h
|