Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2475 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency() local
2477 int LHeight = (int)left->getHeight() + LPenalty; in BUCompareLatency()
2508 int LDepth = left->getDepth() - LPenalty; in BUCompareLatency()