Lines Matching refs:Pruned
2504 bool Pruned = false; member
3047 OtherV.Pruned = true; in computeAssignment()
3196 if (V.Pruned || V.PrunedComputed) in isPrunedValue()
3197 return V.Pruned; in isPrunedValue()
3200 return V.Pruned; in isPrunedValue()
3205 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); in isPrunedValue()
3206 return V.Pruned; in isPrunedValue()
3323 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) in pruneSubRegValues()
3403 Vals[i].Pruned = true; in pruneMainSegments()
3411 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) in removeImplicitDefs()
3432 if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned) in eraseInstrs()