Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp123 bool noUseAfterLastDef(Register Reg, unsigned Dist, unsigned &LastDef);
244 bool TwoAddressInstructionPass::noUseAfterLastDef(Register Reg, unsigned Dist, in noUseAfterLastDef() function in TwoAddressInstructionPass
500 if (!noUseAfterLastDef(RegC, Dist, LastDefC)) in isProfitableToCommute()
506 if (!noUseAfterLastDef(RegB, Dist, LastDefB)) in isProfitableToCommute()