Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp701 unsigned LastDefB = 0; in isProfitableToCommute() local
702 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()
733 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()