Searched refs:RTIE (Results 1 – 1 of 1) sorted by relevance
663 MachineBasicBlock::reverse_iterator RTIE = std::next(TIE.getReverse()); in CountDuplicatedInstructions() local670 while (RTIE != RTIB && RTIE->isUnconditionalBranch()) in CountDuplicatedInstructions()671 ++RTIE; 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()685 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions()689 if (!RTIE->isBranch()) in CountDuplicatedInstructions()691 ++RTIE; in CountDuplicatedInstructions()694 TIE = std::next(RTIE.getReverse()); in CountDuplicatedInstructions()