Searched defs:LatchBrExitIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp934 unsigned LatchBrExitIdx = local
H A DInductiveRangeCheckElimination.cpp463 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max(); member in struct:__anon4639::LoopStructure
652 isSafeDecreasingBound(const SCEV *Start, const SCEV *BoundSCEV, const SCEV *Step, ICmpInst::Predicate Pred, unsigned LatchBrExitIdx, Loop *L, ScalarEvolution &SE) argument
702 isSafeIncreasingBound(const SCEV *Start, const SCEV *BoundSCEV, const SCEV *Step, ICmpInst::Predicate Pred, unsigned LatchBrExitIdx, Loop *L, ScalarEvolution &SE) argument
780 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0; local
[all...]

Completed in 102 milliseconds