Searched refs:bumpMBB (Results 1 – 1 of 1) sorted by relevance
35365 MachineBasicBlock *bumpMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local35382 MF->insert(MBBIter, bumpMBB); in EmitLoweredSegAlloca()35402 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()35404 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), bumpSPPtrVReg) in EmitLoweredSegAlloca()35406 BuildMI(bumpMBB, MIMD, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()35446 BB->addSuccessor(bumpMBB); in EmitLoweredSegAlloca()35449 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()35457 .addMBB(bumpMBB); in EmitLoweredSegAlloca()