Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp381 static const unsigned ScaleOne = 20; variable
413 ResCount -= (regPressureDelta(SU,true) * ScaleOne); in SUSchedulingCost()