Searched refs:LastBr (Results 1 – 1 of 1) sorted by relevance
254 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End); in splitMBB() local257 if ((LastBr == End) || in splitMBB()258 (!LastBr->isConditionalBranch() && !LastBr->isUnconditionalBranch())) in splitMBB()261 ReverseIter FirstBr = getNonDebugInstr(std::next(LastBr), End); in splitMBB()278 if (Tgt != getTargetMBB(*LastBr)) in splitMBB()284 NewMBB->splice(NewMBB->end(), MBB, LastBr.getReverse(), MBB->end()); in splitMBB()