Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp123 bool noUseAfterLastDef(Register Reg, unsigned Dist, unsigned &LastDef);
245 bool TwoAddressInstructionPass::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef() function in TwoAddressInstructionPass
589 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
595 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()