Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp663 MachineBasicBlock::reverse_iterator RTIE = std::next(TIE.getReverse()); in CountDuplicatedInstructions() local
670 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()