Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp30381 MachineBasicBlock *endMBB; in EmitVAARG64WithCustomInserter() local
30395 endMBB = thisMBB; in EmitVAARG64WithCustomInserter()
30416 endMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()
30423 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter()
30426 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARG64WithCustomInserter()
30428 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARG64WithCustomInserter()
30435 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
30436 overflowMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()
30503 .addMBB(endMBB); in EmitVAARG64WithCustomInserter()
30559 BuildMI(*endMBB, endMBB->begin(), DL, in EmitVAARG64WithCustomInserter()
[all …]