Searched refs:bumpMBB (Results 1 – 1 of 1) sorted by relevance
36619 MachineBasicBlock *bumpMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local36636 MF->insert(MBBIter, bumpMBB); in EmitLoweredSegAlloca()36656 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), physSPReg) in EmitLoweredSegAlloca()36658 BuildMI(bumpMBB, MIMD, TII->get(TargetOpcode::COPY), bumpSPPtrVReg) in EmitLoweredSegAlloca()36660 BuildMI(bumpMBB, MIMD, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()36700 BB->addSuccessor(bumpMBB); in EmitLoweredSegAlloca()36703 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()36711 .addMBB(bumpMBB); in EmitLoweredSegAlloca()