Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35362 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
35377 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
35397 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
35405 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
35415 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
35419 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
35439 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
35505 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
35523 overflowMBB, DL, in EmitVAARGWithCustomInserter()
35530 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]