Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32348 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
32363 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32391 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
32401 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
32405 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32425 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
32491 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
32509 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32516 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32530 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]