Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34377 MachineBasicBlock *endMBB; in EmitVAARGWithCustomInserter() local
34391 endMBB = thisMBB; in EmitVAARGWithCustomInserter()
34412 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
34419 MF->insert(MBBIter, endMBB); in EmitVAARGWithCustomInserter()
34422 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter()
34424 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter()
34431 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34432 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34509 .addMBB(endMBB); in EmitVAARGWithCustomInserter()
34576 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARGWithCustomInserter()
[all …]