Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MBB

259   // Check all mbb start positions between First and Last while
279 MachineBasicBlock *MBB = MBBI->second;
280 MBB->addLiveIn(PhysReg, LaneMask);
284 // Compute MBB live-in lists from virtual register live ranges and their
302 // Go over MBB begin positions and see if we have segments covering them.
309 MachineBasicBlock *MBB = I->second;
310 MBB->addLiveIn(PhysReg);
316 // Sort and unique MBB LiveIns as we've not checked if SubReg/PhysReg were in
317 // each MBB's LiveIns set before calling addLiveIn on them.
318 for (MachineBasicBlock &MBB : *MF)
319 MBB.sortUniqueLiveIns();