Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp418 MachineFunction::iterator FallThroughMBB = ++MachineFunction::iterator(MBB); in expandToLongBranch() local
421 MFp->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
426 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
730 replaceBranch(*MBB, I.Br, DL, &*FallThroughMBB); in expandToLongBranch()