Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h242 virtual void enterMBB(MachineBasicBlock *MBB) {}; in enterMBB() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp778 SchedImpl->enterMBB(bb); in startBlock()