Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp499 unsigned LastDefC = 0; in isProfitableToCommute() local
500 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
537 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()