Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getMBBFromIndex

375     const MachineBasicBlock *MBB = getMBBFromIndex(Idx.getPrevSlot());
472 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill);
609 // getMBBFromIndex doesn't need to search the MBB table when both indexes
611 MachineBasicBlock *MBB1 = Indexes->getMBBFromIndex(Start);
612 MachineBasicBlock *MBB2 = Indexes->getMBBFromIndex(Stop);
623 const MachineBasicBlock *PHIMBB = getMBBFromIndex(PHI->def);
1011 MachineBasicBlock *MBB = Indexes->getMBBFromIndex(NewIdx);