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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp131 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
384 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, function in class:TwoAddressInstructionPass
643 if (!noUseAfterLastDef(regC, Dist, LastDefC))
649 if (!noUseAfterLastDef(regB, Dist, LastDefB))

Completed in 175 milliseconds