Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp457 auto HasRegUnitInterference = [&](MCRegUnit Unit) { in canReassign() local
468 if (none_of(TRI->regunits(Reg), HasRegUnitInterference)) { in canReassign()