Searched refs:RTIE (Results 1 – 1 of 1) sorted by relevance
765 MachineBasicBlock::reverse_iterator RTIE = std::next(TIE.getReverse()); in CountDuplicatedInstructions() local772 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()773 ++RTIE; in CountDuplicatedInstructions()780 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()783 RTIE = skipDebugInstructionsForward(RTIE, RTIB, false); in CountDuplicatedInstructions()785 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()787 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions()791 if (!RTIE->isBranch()) in CountDuplicatedInstructions()793 ++RTIE; in CountDuplicatedInstructions()796 TIE = std::next(RTIE.getReverse()); in CountDuplicatedInstructions()