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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp123 bool noUseAfterLastDef(unsigned Reg, unsigned Dist, unsigned &LastDef);
246 bool TwoAddressInstructionPass::noUseAfterLastDef(unsigned Reg, unsigned Dist, function in class:TwoAddressInstructionPass
505 if (!noUseAfterLastDef(regC, Dist, LastDefC))
511 if (!noUseAfterLastDef(regB, Dist, LastDefB))

Completed in 47 milliseconds