Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.cpp78 void SystemZPostRASchedStrategy::enterMBB(MachineBasicBlock *NextMBB) { in enterMBB() function in SystemZPostRASchedStrategy
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h226 virtual void enterMBB(MachineBasicBlock *MBB) {}; in enterMBB() function