Searched refs:noUseAfterLastDef (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 132 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef); 385 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() function in TwoAddressInstructionPass 645 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute() 651 if (!noUseAfterLastDef(regB, Dist, LastDefB)) in isProfitableToCommute()
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 107 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef); 356 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, in noUseAfterLastDef() function in TwoAddressInstructionPass 606 if (!noUseAfterLastDef(regC, Dist, LastDefC)) in isProfitableToCommute() 612 if (!noUseAfterLastDef(regB, Dist, LastDefB)) in isProfitableToCommute()
|