Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35865 MachineBasicBlock *endMBB; in EmitVAARGWithCustomInserter() local
35879 endMBB = thisMBB; in EmitVAARGWithCustomInserter()
35900 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
35907 MF->insert(MBBIter, endMBB); in EmitVAARGWithCustomInserter()
35910 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter()
35912 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter()
35919 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
35920 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
35997 .addMBB(endMBB); in EmitVAARGWithCustomInserter()
36064 BuildMI(*endMBB, endMBB->begin(), MIMD, in EmitVAARGWithCustomInserter()
[all …]