Home
last modified time | relevance | path

Searched defs:enterMBB (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp232 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) { in enterMBB() function in PPCPostRASchedStrategy
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
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