Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35863 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
35878 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
35898 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
35906 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
35916 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
35920 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
35940 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
36006 BuildMI(overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
36024 overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
36031 overflowMBB, MIMD, in EmitVAARGWithCustomInserter()
[all …]