Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsLongBranch.cpp257 MachineBasicBlock *MBB = I.Br->getParent(), *TgtMBB = getTargetMBB(*I.Br); in expandToLongBranch() local
268 MBB->replaceSuccessor(TgtMBB, LongBrMBB); in expandToLongBranch()
274 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch()
320 .addMBB(TgtMBB).addMBB(BalTgtMBB); in expandToLongBranch()
325 .addMBB(TgtMBB) in expandToLongBranch()
349 TgtMBB->setAlignment(MIPS_NACL_BUNDLE_ALIGN); in expandToLongBranch()
394 .addMBB(TgtMBB, MipsII::MO_ABS_HI).addMBB(BalTgtMBB); in expandToLongBranch()
403 .addMBB(TgtMBB, MipsII::MO_ABS_LO) in expandToLongBranch()
432 LongBrMBB->addSuccessor(TgtMBB); in expandToLongBranch()
434 .append(BuildMI(*MF, DL, TII->get(Mips::J)).addMBB(TgtMBB)) in expandToLongBranch()