Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp514 MachineBasicBlock::iterator FirstUncondOrIndirectBr = MBB.end(); in analyzeBranch() local
521 FirstUncondOrIndirectBr = J.getReverse(); in analyzeBranch()
527 if (AllowModify && FirstUncondOrIndirectBr != MBB.end()) { in analyzeBranch()
528 while (std::next(FirstUncondOrIndirectBr) != MBB.end()) { in analyzeBranch()
529 std::next(FirstUncondOrIndirectBr)->eraseFromParent(); in analyzeBranch()
532 I = FirstUncondOrIndirectBr; in analyzeBranch()