Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp580 unsigned LastDefB = 0; in isProfitableToCommute() local
581 if (!NoUseAfterLastDef(regB, MBB, Dist, LastDefB)) in isProfitableToCommute()
586 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp650 unsigned LastDefB = 0; in isProfitableToCommute() local
651 if (!noUseAfterLastDef(regB, Dist, LastDefB)) in isProfitableToCommute()
677 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()
/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()