Searched refs:offsetMBB (Results 1 – 1 of 1) sorted by relevance
34376 MachineBasicBlock *offsetMBB; in EmitVAARGWithCustomInserter() local34389 offsetMBB = nullptr; in EmitVAARGWithCustomInserter()34417 MF->insert(MBBIter, offsetMBB); in EmitVAARGWithCustomInserter()34427 thisMBB->addSuccessor(offsetMBB); in EmitVAARGWithCustomInserter()34431 offsetMBB->addSuccessor(endMBB); in EmitVAARGWithCustomInserter()34456 if (offsetMBB) { in EmitVAARGWithCustomInserter()34462 offsetMBB, DL, in EmitVAARGWithCustomInserter()34498 BuildMI(offsetMBB, DL, TII->get(X86::MOV32mr)) in EmitVAARGWithCustomInserter()34508 BuildMI(offsetMBB, DL, TII->get(X86::JMP_1)) in EmitVAARGWithCustomInserter()34575 if (offsetMBB) { in EmitVAARGWithCustomInserter()[all …]