Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp778 const MachineBasicBlock::reverse_iterator RFIB = std::next(FIB.getReverse()); in CountDuplicatedInstructions() local
784 while (RFIE != RFIB && RFIE->isUnconditionalBranch()) 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()