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