Searched refs:RFIE (Results 1 – 1 of 1) sorted by relevance
766 MachineBasicBlock::reverse_iterator RFIE = std::next(FIE.getReverse()); in CountDuplicatedInstructions() local774 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()775 ++RFIE; in CountDuplicatedInstructions()780 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()784 RFIE = skipDebugInstructionsForward(RFIE, RFIB, false); in CountDuplicatedInstructions()785 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()787 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions()794 ++RFIE; in CountDuplicatedInstructions()797 FIE = std::next(RFIE.getReverse()); in CountDuplicatedInstructions()