Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp574 unsigned LastDefC = 0; in isProfitableToCommute() local
575 if (!NoUseAfterLastDef(regC, MBB, Dist, LastDefC)) in isProfitableToCommute()
586 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp644 unsigned LastDefC = 0; in isProfitableToCommute() local
645 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute()
677 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp605 unsigned LastDefC = 0; in isProfitableToCommute() local
606 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute()
638 return LastDefB && LastDefC && LastDefC > LastDefB; in isProfitableToCommute()