Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2334 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency() local
2336 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency()
2367 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2234 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency() local
2236 int RHeight = (int)right->getHeight() + RPenalty; in BUCompareLatency()
2275 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency()