Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp126 bool noUseAfterLastDef(Register Reg, unsigned Dist, unsigned &LastDef);
339 bool TwoAddressInstructionImpl::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef() function in TwoAddressInstructionImpl
696 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
702 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()