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