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

References

lib/CodeGen/RegisterCoalescer.cpp
 3319   if (!LHSVals.mapValues(RHSVals) || !RHSVals.mapValues(LHSVals))
 3319   if (!LHSVals.mapValues(RHSVals) || !RHSVals.mapValues(LHSVals))
 3323   if (!LHSVals.resolveConflicts(RHSVals) || !RHSVals.resolveConflicts(LHSVals))
 3323   if (!LHSVals.resolveConflicts(RHSVals) || !RHSVals.resolveConflicts(LHSVals))
 3366     LHSVals.pruneMainSegments(LHS, ShrinkMainRange);
 3368     LHSVals.pruneSubRegValues(LHS, ShrinkMask);
 3377   LHSVals.pruneValues(RHSVals, EndPoints, true);
 3378   RHSVals.pruneValues(LHSVals, EndPoints, true);
 3383   LHSVals.eraseInstrs(ErasedInstrs, ShrinkRegs, &LHS);
 3389   LHS.join(RHS, LHSVals.getAssignments(), RHSVals.getAssignments(), NewVNInfo);