Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32155 MachineBasicBlock *overflowMBB; in EmitVAARGWithCustomInserter() local
32170 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32190 overflowMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARGWithCustomInserter()
32198 MF->insert(MBBIter, overflowMBB); in EmitVAARGWithCustomInserter()
32208 thisMBB->addSuccessor(overflowMBB); in EmitVAARGWithCustomInserter()
32212 overflowMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()
32232 .addMBB(overflowMBB).addImm(X86::COND_AE); in EmitVAARGWithCustomInserter()
32298 BuildMI(overflowMBB, DL, in EmitVAARGWithCustomInserter()
32316 overflowMBB, DL, in EmitVAARGWithCustomInserter()
32323 overflowMBB, DL, in EmitVAARGWithCustomInserter()
[all …]