Searched refs:BalTgtMBB (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsLongBranch.cpp | 269 MachineBasicBlock *BalTgtMBB = MF->CreateMachineBasicBlock(BB); in expandToLongBranch() local 270 MF->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch() 271 LongBrMBB->addSuccessor(BalTgtMBB); in expandToLongBranch() 272 BalTgtMBB->addSuccessor(TgtMBB); in expandToLongBranch() 318 .addMBB(TgtMBB).addMBB(BalTgtMBB); in expandToLongBranch() 320 .append(BuildMI(*MF, DL, TII->get(BalOp)).addMBB(BalTgtMBB)) in expandToLongBranch() 324 .addMBB(BalTgtMBB)); in expandToLongBranch() 326 Pos = BalTgtMBB->begin(); in expandToLongBranch() 328 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::ADDu), Mips::AT) in expandToLongBranch() 330 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::LW), Mips::RA) in expandToLongBranch() [all …]
|