Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp405 MachineFunction::iterator FallThroughMBB = ++MachineFunction::iterator(MBB); in expandToLongBranch() local
408 MFp->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
413 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
718 replaceBranch(*MBB, I.Br, DL, &*FallThroughMBB); in expandToLongBranch()