Lines Matching refs:MBBIter
15024 MachineFunction::iterator MBBIter = MBB; in EmitVAARG64WithCustomInserter() local
15025 ++MBBIter; in EmitVAARG64WithCustomInserter()
15028 MF->insert(MBBIter, offsetMBB); in EmitVAARG64WithCustomInserter()
15029 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
15030 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter()
15196 MachineFunction::iterator MBBIter = MBB; in EmitVAStartSaveXMMRegsWithCustomInserter() local
15197 ++MBBIter; in EmitVAStartSaveXMMRegsWithCustomInserter()
15200 F->insert(MBBIter, XMMSaveMBB); in EmitVAStartSaveXMMRegsWithCustomInserter()
15201 F->insert(MBBIter, EndMBB); in EmitVAStartSaveXMMRegsWithCustomInserter()
15407 MachineFunction::iterator MBBIter = BB; in EmitLoweredSegAlloca() local
15408 ++MBBIter; in EmitLoweredSegAlloca()
15410 MF->insert(MBBIter, bumpMBB); in EmitLoweredSegAlloca()
15411 MF->insert(MBBIter, mallocMBB); in EmitLoweredSegAlloca()
15412 MF->insert(MBBIter, continueMBB); in EmitLoweredSegAlloca()