Searched refs:hasVRegCycleUse (Results 1 – 1 of 1) sorted by relevance
2314 static bool hasVRegCycleUse(const SUnit *SU) { in hasVRegCycleUse() function2348 int LPenalty = hasVRegCycleUse(left) ? 1 : 0; in BUCompareLatency()2349 int RPenalty = hasVRegCycleUse(right) ? 1 : 0; in BUCompareLatency()