Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
27871 MachineBasicBlock *offsetMBB; in EmitVAARG64WithCustomInserter() local27884 offsetMBB = nullptr; in EmitVAARG64WithCustomInserter()27907 offsetMBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitVAARG64WithCustomInserter()27913 MF->insert(MBBIter, offsetMBB); in EmitVAARG64WithCustomInserter()27923 thisMBB->addSuccessor(offsetMBB); in EmitVAARG64WithCustomInserter()27927 offsetMBB->addSuccessor(endMBB); in EmitVAARG64WithCustomInserter()27952 if (offsetMBB) { in EmitVAARG64WithCustomInserter()27984 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr)) in EmitVAARG64WithCustomInserter()27994 BuildMI(offsetMBB, DL, TII->get(X86::JMP_1)) in EmitVAARG64WithCustomInserter()28050 if (offsetMBB) { in EmitVAARG64WithCustomInserter()[all …]