Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp413 MachineFunction::iterator FallThroughMBB = ++MachineFunction::iterator(MBB); in expandToLongBranch() local
416 MFp->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
421 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
726 replaceBranch(*MBB, I.Br, DL, &*FallThroughMBB); in expandToLongBranch()