Lines Matching refs:MBBIter
18133 MachineFunction::iterator MBBIter = MBB; in EmitVAARG64WithCustomInserter() local
18134 ++MBBIter; in EmitVAARG64WithCustomInserter()
18137 MF->insert(MBBIter, offsetMBB); in EmitVAARG64WithCustomInserter()
18138 MF->insert(MBBIter, overflowMBB); in EmitVAARG64WithCustomInserter()
18139 MF->insert(MBBIter, endMBB); in EmitVAARG64WithCustomInserter()
18304 MachineFunction::iterator MBBIter = MBB; in EmitVAStartSaveXMMRegsWithCustomInserter() local
18305 ++MBBIter; in EmitVAStartSaveXMMRegsWithCustomInserter()
18308 F->insert(MBBIter, XMMSaveMBB); in EmitVAStartSaveXMMRegsWithCustomInserter()
18309 F->insert(MBBIter, EndMBB); in EmitVAStartSaveXMMRegsWithCustomInserter()
18634 MachineFunction::iterator MBBIter = BB; in EmitLoweredSegAlloca() local
18635 ++MBBIter; in EmitLoweredSegAlloca()
18637 MF->insert(MBBIter, bumpMBB); in EmitLoweredSegAlloca()
18638 MF->insert(MBBIter, mallocMBB); in EmitLoweredSegAlloca()
18639 MF->insert(MBBIter, continueMBB); in EmitLoweredSegAlloca()