Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDTwoAddressInstructionPass.cpp556 unsigned LastDefC = 0; in isProfitableToCommute() local
557 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute()
568 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()