Home
last modified time | relevance | path

Searched refs:RFIE (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp664 MachineBasicBlock::reverse_iterator RFIE = std::next(FIE.getReverse()); in CountDuplicatedInstructions() local
672 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) in CountDuplicatedInstructions()
673 ++RFIE; in CountDuplicatedInstructions()
678 while (RTIE != RTIB && RFIE != RFIB) { in CountDuplicatedInstructions()
682 RFIE = skipDebugInstructionsForward(RFIE, RFIB); in CountDuplicatedInstructions()
683 if (RTIE == RTIB || RFIE == RFIB) in CountDuplicatedInstructions()
685 if (!RTIE->isIdenticalTo(*RFIE)) in CountDuplicatedInstructions()
692 ++RFIE; in CountDuplicatedInstructions()
695 FIE = std::next(RFIE.getReverse()); in CountDuplicatedInstructions()