Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36620 MachineBasicBlock *continueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
36638 MF->insert(MBBIter, continueMBB); in EmitLoweredSegAlloca()
36640 continueMBB->splice(continueMBB->begin(), BB, in EmitLoweredSegAlloca()
36642 continueMBB->transferSuccessorsAndUpdatePHIs(BB); in EmitLoweredSegAlloca()
36660 BuildMI(bumpMBB, MIMD, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
36697 BuildMI(mallocMBB, MIMD, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
36702 mallocMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
36703 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
36706 BuildMI(*continueMBB, continueMBB->begin(), MIMD, TII->get(X86::PHI), in EmitLoweredSegAlloca()
36717 return continueMBB; in EmitLoweredSegAlloca()