Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp594 unsigned LastDefB = 0; in isProfitableToCommute() local
595 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()
626 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()