Searched refs:isHighCostLiveInterval (Results 1 – 1 of 1) sorted by relevance
253 bool isHighCostLiveInterval(LiveInterval &LI);3597 bool RegisterCoalescer::isHighCostLiveInterval(LiveInterval &LI) { in isHighCostLiveInterval() function in RegisterCoalescer3620 if (isHighCostLiveInterval(LHS) || isHighCostLiveInterval(RHS)) in joinVirtRegs()