Searched refs:RTIB (Results 1 – 1 of 1) sorted by relevance
770 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions() local775 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()783 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()786 RTIE = skipDebugInstructionsForward(RTIE, RTIB, false); in CountDuplicatedInstructions()788 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()