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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp445 // `Latch's terminator instruction is `LatchBr', and it's `LatchBrExitIdx'th
447 BranchInst *LatchBr; member in struct:__anon3193::__anon3194::LoopStructure
457 : Tag(""), Header(nullptr), Latch(nullptr), LatchBr(nullptr),
466 Result.LatchBr = cast<BranchInst>(Map(LatchBr));
669 BranchInst *LatchBr = dyn_cast<BranchInst>(&*Latch->rbegin()); local
670 if (!LatchBr || LatchBr->isUnconditional()) {
675 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0;
678 BPI.getEdgeProbability(LatchBr
[all...]

Completed in 44 milliseconds