Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp132 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/
DTwoAddressInstructionPass.cpp107 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()