Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp417 MachineFunction::iterator FallThroughMBB = ++MachineFunction::iterator(MBB); in expandToLongBranch() local
420 MFp->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
425 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
729 replaceBranch(*MBB, I.Br, DL, &*FallThroughMBB); in expandToLongBranch()