Searched refs:RTIB (Results 1 – 1 of 1) sorted by relevance
665 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions() local670 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()678 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()681 RTIE = skipDebugInstructionsForward(RTIE, RTIB); in CountDuplicatedInstructions()683 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()