Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
34079 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local34092 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()34120 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()34130 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()34134 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()34159 if (offsetMBB) { in EmitVAARGWithCustomInserter()34165 offsetMBB, MIMD, in EmitVAARGWithCustomInserter()34201 BuildMI(offsetMBB, MIMD, TII->get(X86::MOV32mr)) in EmitVAARGWithCustomInserter()34211 BuildMI(offsetMBB, MIMD, TII->get(X86::JMP_1)) in EmitVAARGWithCustomInserter()34278 if (offsetMBB) { in EmitVAARGWithCustomInserter()[all …]