reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/RegisterCoalescer.cpp
 2356   void pruneValues(JoinVals &Other, SmallVectorImpl<SlotIndex> &EndPoints,

References

lib/CodeGen/RegisterCoalescer.cpp
 3240   LHSVals.pruneValues(RHSVals, EndPoints, false);
 3241   RHSVals.pruneValues(LHSVals, EndPoints, false);
 3377   LHSVals.pruneValues(RHSVals, EndPoints, true);
 3378   RHSVals.pruneValues(LHSVals, EndPoints, true);