Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp650 unsigned LastDefB = 0; in isProfitableToCommute() local
651 if (!noUseAfterLastDef(regB, Dist, LastDefB)) in isProfitableToCommute()
677 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()