Searched refs:continueMBB (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 31105 MachineBasicBlock *continueMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSegAlloca() local 31123 MF->insert(MBBIter, continueMBB); in EmitLoweredSegAlloca() 31125 continueMBB->splice(continueMBB->begin(), BB, in EmitLoweredSegAlloca() 31127 continueMBB->transferSuccessorsAndUpdatePHIs(BB); in EmitLoweredSegAlloca() 31145 BuildMI(bumpMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca() 31182 BuildMI(mallocMBB, DL, TII->get(X86::JMP_1)).addMBB(continueMBB); in EmitLoweredSegAlloca() 31187 mallocMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca() 31188 bumpMBB->addSuccessor(continueMBB); in EmitLoweredSegAlloca() 31191 BuildMI(*continueMBB, continueMBB->begin(), DL, TII->get(X86::PHI), in EmitLoweredSegAlloca() 31202 return continueMBB; in EmitLoweredSegAlloca()
|