Lines Matching defs:Pruned
2553 bool Pruned = false;
2555 /// True once Pruned above has been computed.
3097 OtherV.Pruned = true;
3246 if (V.Pruned || V.PrunedComputed)
3247 return V.Pruned;
3250 return V.Pruned;
3255 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this);
3256 return V.Pruned;
3373 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned))
3453 Vals[i].Pruned = true;
3461 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)
3482 if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned)