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

References

lib/CodeGen/RegisterCoalescer.cpp
 2506         V.ErasableImplicitDef = true;
 2545         V.ErasableImplicitDef = true;
 2600   if (OtherV.ErasableImplicitDef) {
 2614       OtherV.ErasableImplicitDef = false;
 2748     if (OtherV.ErasableImplicitDef &&
 2753       OtherV.ErasableImplicitDef = false;
 2935       bool EraseImpDef = OtherV.ErasableImplicitDef &&
 3026         (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned))
 3104     if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)
 3124       if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned)