Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp611 unsigned LastDefB = 0; in isProfitableToCommute() local
612 if (!noUseAfterLastDef(regB, Dist, LastDefB)) in isProfitableToCommute()
638 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp648 unsigned LastDefB = 0; in isProfitableToCommute() local
649 if (!noUseAfterLastDef(regB, Dist, LastDefB)) in isProfitableToCommute()
675 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()