Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.h124 bool shouldTrackPressure() const override { return false; } in shouldTrackPressure() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h216 virtual bool shouldTrackPressure() const { return true; } in shouldTrackPressure() function
963 bool shouldTrackPressure() const override { in shouldTrackPressure() function
1052 bool shouldTrackPressure() const override { return false; } in shouldTrackPressure() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp211 bool shouldTrackPressure() const override { return false; } in shouldTrackPressure() function in __anona2ab71e20111::SchedStrategyStub