Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMachineScheduler.cpp64 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) { in enterMBB() function in PPCPostRASchedStrategy
66 PostGenericScheduler::enterMBB(MBB); in enterMBB()
DPPCMachineScheduler.h43 void enterMBB(MachineBasicBlock *MBB) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.h133 void enterMBB(MachineBasicBlock *NextMBB) override;
DSystemZMachineScheduler.cpp78 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) { in enterMBB() function in SystemZPostRASchedStrategy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h228 virtual void enterMBB(MachineBasicBlock *MBB) {}; in enterMBB() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp692 SchedImpl->enterMBB(bb); in startBlock()