Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp228 MachineBasicBlock::iterator FirstUncondOrIndirectBr = MBB.end(); in analyzeBranch() local
235 FirstUncondOrIndirectBr = J.getReverse(); in analyzeBranch()
241 if (AllowModify && FirstUncondOrIndirectBr != MBB.end()) { in analyzeBranch()
242 while (std::next(FirstUncondOrIndirectBr) != MBB.end()) { in analyzeBranch()
243 std::next(FirstUncondOrIndirectBr)->eraseFromParent(); in analyzeBranch()
246 I = FirstUncondOrIndirectBr; in analyzeBranch()