Home
last modified time | relevance | path

Searched refs:noCost (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.h58 bool noCost() const { in noCost() function
DSystemZMachineScheduler.cpp192 if (!SU->isScheduleHigh && Best.noCost()) in pickNode()