Home
last modified time | relevance | path

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

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