Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36619 MachineBasicBlock *bumpMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
36636 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()