Home
last modified time | relevance | path

Searched defs:enterMBB (Results 1 – 3 of 3) 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
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