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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp232 bool isHighCostLiveInterval(LiveInterval &LI);
3333 bool RegisterCoalescer::isHighCostLiveInterval(LiveInterval &LI) { function in class:RegisterCoalescer
3356 if (isHighCostLiveInterval(LHS) || isHighCostLiveInterval(RHS))

Completed in 122 milliseconds