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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp1 //===-- LoopPredication.cpp - Guard based loop predication pass -----------===//
9 // The LoopPredication pass tries to convert loop variant range checks to loop
179 #include "llvm/Transforms/Scalar/LoopPredication.h"
252 class LoopPredication { class in namespace:__anon4660
311 LoopPredication(AliasAnalysis *AA, DominatorTree *DT, function in class:__anon4660::LoopPredication
339 LoopPredication LP(AA, DT, SE, LI, &BPI);
366 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, &BPI);
374 LoopPredication::parseLoopICmp(ICmpInst *ICI) {
400 Value *LoopPredication::expandCheck(SCEVExpander &Expander,
501 bool LoopPredication
[all...]
H A DIndVarSimplify.cpp131 LoopPredication("indvars-predicate-loops", cl::Hidden, cl::init(true),
2489 if (!LoopPredication)
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1504 SRCS_MIN+= Transforms/Scalar/LoopPredication.cpp

Completed in 55 milliseconds