Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp123 bool noUseAfterLastDef(Register Reg, unsigned Dist, unsigned &LastDef);
266 bool TwoAddressInstructionPass::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef() function in TwoAddressInstructionPass
623 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
629 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()