Home
last modified time | relevance | path

Searched refs:enterMBB (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.h44 void enterMBB(MachineBasicBlock *MBB) override;
H A DPPCMachineScheduler.cpp232 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) { in enterMBB() function in PPCPostRASchedStrategy
234 PostGenericScheduler::enterMBB(MBB); in enterMBB()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h133 void enterMBB(MachineBasicBlock *NextMBB) override;
H A DSystemZMachineScheduler.cpp79 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) { in enterMBB() function in SystemZPostRASchedStrategy
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h239 virtual void enterMBB(MachineBasicBlock *MBB) {}; in enterMBB() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp710 SchedImpl->enterMBB(bb); in startBlock()