Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.cpp282 MachineBasicBlock::iterator FirstUncondOrIndirectBr = MBB.end(); in analyzeBranch() local
289 FirstUncondOrIndirectBr = J.getReverse(); in analyzeBranch()
295 if (AllowModify && FirstUncondOrIndirectBr != MBB.end()) { in analyzeBranch()
296 while (std::next(FirstUncondOrIndirectBr) != MBB.end()) { in analyzeBranch()
297 std::next(FirstUncondOrIndirectBr)->eraseFromParent(); in analyzeBranch()
300 I = FirstUncondOrIndirectBr; in analyzeBranch()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYInstrInfo.cpp60 MachineBasicBlock::iterator FirstUncondOrIndirectBr = MBB.end(); in analyzeBranch() local
67 FirstUncondOrIndirectBr = J.getReverse(); in analyzeBranch()
73 if (AllowModify && FirstUncondOrIndirectBr != MBB.end()) { in analyzeBranch()
74 while (std::next(FirstUncondOrIndirectBr) != MBB.end()) { in analyzeBranch()
75 std::next(FirstUncondOrIndirectBr)->eraseFromParent(); in analyzeBranch()
78 I = FirstUncondOrIndirectBr; in analyzeBranch()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.cpp941 MachineBasicBlock::iterator FirstUncondOrIndirectBr = MBB.end(); in analyzeBranch() local
948 FirstUncondOrIndirectBr = J.getReverse(); in analyzeBranch()
954 if (AllowModify && FirstUncondOrIndirectBr != MBB.end()) { in analyzeBranch()
955 while (std::next(FirstUncondOrIndirectBr) != MBB.end()) { in analyzeBranch()
956 std::next(FirstUncondOrIndirectBr)->eraseFromParent(); in analyzeBranch()
959 I = FirstUncondOrIndirectBr; in analyzeBranch()