Searched defs:enterMBB (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Target/PowerPC/ | ||
H A D | PPCMachineScheduler.cpp | 232 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) { in enterMBB() function in PPCPostRASchedStrategy |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZMachineScheduler.cpp | 79 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) { in enterMBB() function in SystemZPostRASchedStrategy |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachineScheduler.h | 242 virtual void enterMBB(MachineBasicBlock *MBB) {}; enterMBB() function |