Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A 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()