Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2458 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function
2491 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()
2492 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()