Searched refs:enterMBB (Results 1 – 6 of 6) sorted by relevance
44 void enterMBB(MachineBasicBlock *MBB) override;
234 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) { in enterMBB() function in PPCPostRASchedStrategy236 PostGenericScheduler::enterMBB(MBB); in enterMBB()
131 void enterMBB(MachineBasicBlock *NextMBB) override;
79 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) { in enterMBB() function in SystemZPostRASchedStrategy
258 virtual void enterMBB(MachineBasicBlock *MBB) {}; in enterMBB() function
1010 SchedImpl->enterMBB(bb); in startBlock()