Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
32349 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local32362 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()32390 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()32400 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()32404 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()32429 if (offsetMBB) { in EmitVAARGWithCustomInserter()32435 offsetMBB, DL, in EmitVAARGWithCustomInserter()32471 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr)) in EmitVAARGWithCustomInserter()32481 BuildMI(offsetMBB, DL, TII->get(X86::JMP_1)) in EmitVAARGWithCustomInserter()32548 if (offsetMBB) { in EmitVAARGWithCustomInserter()[all …]