Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp254 MachineBasicBlock *MBB = I.Br->getParent(), *TgtMBB = getTargetMBB(*I.Br); in expandToLongBranch() local
265 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch()
271 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
317 .addMBB(TgtMBB).addMBB(BalTgtMBB); in expandToLongBranch()
322 .addMBB(TgtMBB) in expandToLongBranch()
347 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()
388 .addMBB(TgtMBB, MipsII::MO_ABS_HI).addMBB(BalTgtMBB); in expandToLongBranch()
397 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
421 LongBrMBB->addSuccessor(TgtMBB); in expandToLongBranch()
423 .append(BuildMI(*MF, DL, TII->get(Mips::J)).addMBB(TgtMBB)) in expandToLongBranch()