Searched refs:RFIE (Results 1 – 1 of 1) sorted by relevance
776 MachineBasicBlock::reverse_iterator RFIE = std::next(FIE.getReverse()); in CountDuplicatedInstructions() local784 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()785 ++RFIE; in CountDuplicatedInstructions()790 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()794 RFIE = skipDebugInstructionsForward(RFIE, RFIB); in CountDuplicatedInstructions()795 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()797 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions()804 ++RFIE; in CountDuplicatedInstructions()807 FIE = std::next(RFIE.getReverse()); in CountDuplicatedInstructions()