Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34375 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
34390 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
34418 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
34428 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
34432 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
34452 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
34518 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
34536 overflowMBB, DL, in EmitVAARGWithCustomInserter()
34543 overflowMBB, DL, in EmitVAARGWithCustomInserter()
34557 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]