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

References

lib/CodeGen/RegisterCoalescer.cpp
 2483   Val &V = Vals[ValNo];
 2533           V.ValidLanes |= Vals[V.RedefVNI->id].ValidLanes;
 2571     Val &OtherV = Other.Vals[OtherVNI->id];
 2598   Val &OtherV = Other.Vals[V.OtherVNI->id];
 2721   Val &V = Vals[ValNo];
 2733     assert(Other.Vals[V.OtherVNI->id].isAnalyzed() && "Missing recursion");
 2745     Val &OtherV = Other.Vals[V.OtherVNI->id];
 2774     if (Vals[i].Resolution == CR_Impossible) {
 2815     const Val &OV = Other.Vals[OtherI->valno->id];
 2841     Val &V = Vals[i];
 2853     const Val &OtherV = Other.Vals[V.OtherVNI->id];
 2905   Val &V = Vals[ValNo];
 2924     switch (Vals[i].Resolution) {
 2934       Val &OtherV = Other.Vals[Vals[i].OtherVNI->id];
 2934       Val &OtherV = Other.Vals[Vals[i].OtherVNI->id];
 3022     Val &V = Vals[i];
 3091     if (Vals[i].Resolution != CR_Keep)
 3096     Vals[i].Pruned = true;
 3103     Val &V = Vals[i];
 3119     switch (Vals[i].Resolution) {
 3124       if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned)
 3124       if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned)