Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp609 unsigned LastDefC = 0; in isProfitableToCommute() local
610 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute()
642 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()