Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp260 MachineFunction::iterator FallThroughMBB = ++MachineFunction::iterator(MBB); in expandToLongBranch() local
267 MF->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
272 MF->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
447 replaceBranch(*MBB, I.Br, DL, &*FallThroughMBB); in expandToLongBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsBranchExpansion.cpp404 MachineFunction::iterator FallThroughMBB = ++MachineFunction::iterator(MBB); in expandToLongBranch() local
407 MFp->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
412 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
717 replaceBranch(*MBB, I.Br, DL, &*FallThroughMBB); in expandToLongBranch()
/external/llvm-project/llvm/lib/Target/Mips/
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()