Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp505 unsigned LastDefB = 0; in isProfitableToCommute() local
506 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()
532 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()