Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp588 unsigned LastDefC = 0; in isProfitableToCommute() local
589 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
626 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()