Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20578 MachineBasicBlock *endMBB; in EmitVAARG64WithCustomInserter() local
20592 endMBB = thisMBB; in EmitVAARG64WithCustomInserter()
20614 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
20622 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter()
20625 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARG64WithCustomInserter()
20627 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARG64WithCustomInserter()
20634 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
20635 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
20702 .addMBB(endMBB); in EmitVAARG64WithCustomInserter()
20758 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARG64WithCustomInserter()
[all …]