Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28634 MachineBasicBlock *continueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local
28652 MF->insert(MBBIter, continueMBB); in EmitLoweredSegAlloca()
28654 continueMBB->splice(continueMBB->begin(), BB, in EmitLoweredSegAlloca()
28656 continueMBB->transferSuccessorsAndUpdatePHIs(BB); in EmitLoweredSegAlloca()
28674 BuildMI(bumpMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
28711 BuildMI(mallocMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca()
28716 mallocMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
28717 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca()
28720 BuildMI(*continueMBB, continueMBB->begin(), DL, TII->get(X86::PHI), in EmitLoweredSegAlloca()
28731 return continueMBB; in EmitLoweredSegAlloca()