Home
last modified time | relevance | path

Searched defs:LatchBrExitIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp21 unsigned LatchBrExitIdx, Loop *L, in isSafeDecreasingBound()
70 unsigned LatchBrExitIdx, Loop *L, in isSafeIncreasingBound()
159 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0; in parseLoopStructure() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp602 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max(); global() member
793 isSafeDecreasingBound(const SCEV * Start,const SCEV * BoundSCEV,const SCEV * Step,ICmpInst::Predicate Pred,unsigned LatchBrExitIdx,Loop * L,ScalarEvolution & SE) isSafeDecreasingBound() argument
842 isSafeIncreasingBound(const SCEV * Start,const SCEV * BoundSCEV,const SCEV * Step,ICmpInst::Predicate Pred,unsigned LatchBrExitIdx,Loop * L,ScalarEvolution & SE) isSafeIncreasingBound() argument
928 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0; parseLoopStructure() local
H A DLoopPredication.cpp978 unsigned LatchBrExitIdx = isLoopProfitableToPredicate() local