Home
last modified time | relevance | path

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

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