Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33108 MachineBasicBlock *continueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
33126 MF->insert(MBBIter, continueMBB); in EmitLoweredSegAlloca()
33128 continueMBB->splice(continueMBB->begin(), BB, in EmitLoweredSegAlloca()
33130 continueMBB->transferSuccessorsAndUpdatePHIs(BB); in EmitLoweredSegAlloca()
33148 BuildMI(bumpMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
33185 BuildMI(mallocMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
33190 mallocMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
33191 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
33194 BuildMI(*continueMBB, continueMBB->begin(), DL, TII->get(X86::PHI), in EmitLoweredSegAlloca()
33205 return continueMBB; in EmitLoweredSegAlloca()