Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp253 bool isHighCostLiveInterval(LiveInterval &LI);
3597 bool RegisterCoalescer::isHighCostLiveInterval(LiveInterval &LI) { in isHighCostLiveInterval() function in RegisterCoalescer
3620 if (isHighCostLiveInterval(LHS) || isHighCostLiveInterval(RHS)) in joinVirtRegs()