Searched refs:LatchBr (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp459 // `Latch's terminator instruction is `LatchBr', and it's `LatchBrExitIdx'th
461 BranchInst *LatchBr = nullptr; member in struct:__anon4639::LoopStructure
488 Result.LatchBr = cast<BranchInst>(Map(LatchBr));
774 BranchInst *LatchBr = dyn_cast<BranchInst>(Latch->getTerminator()); local
775 if (!LatchBr || LatchBr->isUnconditional()) {
780 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0;
783 BPI ? BPI->getEdgeProbability(LatchBr->getParent(), LatchBrExitIdx)
792 ICmpInst *ICI = dyn_cast<ICmpInst>(LatchBr
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp318 auto *LatchBr = dyn_cast<BranchInst>(Latch->getTerminator()); local
319 if (!LatchBr || LatchBr->isUnconditional()) {
325 auto *LatchCmp = dyn_cast<CmpInst>(LatchBr->getCondition());

Completed in 108 milliseconds