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

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp438 // `Latch's terminator instruction is `LatchBr', and it's `LatchBrExitIdx'th
440 BranchInst *LatchBr; member in struct:__anon11022::__anon11023::LoopStructure
450 : Tag(""), Header(nullptr), Latch(nullptr), LatchBr(nullptr),
459 Result.LatchBr = cast<BranchInst>(Map(LatchBr));
662 BranchInst *LatchBr = dyn_cast<BranchInst>(&*Latch->rbegin()); local
663 if (!LatchBr || LatchBr->isUnconditional()) {
668 unsigned LatchBrExitIdx = LatchBr->getSuccessor(0) == Header ? 1 : 0;
671 BPI.getEdgeProbability(LatchBr
[all...]

Completed in 91 milliseconds