Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2445 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function
2478 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()
2479 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()