Searched refs:Pruned (Results 1 – 1 of 1) sorted by relevance
1673 bool Pruned; member1680 Pruned(false), PrunedComputed(false) {} in Val()2113 OtherV.Pruned = true; in computeAssignment()2259 if (V.Pruned || V.PrunedComputed) in isPrunedValue()2260 return V.Pruned; in isPrunedValue()2263 return V.Pruned; in isPrunedValue()2268 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); in isPrunedValue()2269 return V.Pruned; in isPrunedValue()2372 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) in removeImplicitDefs()2391 if (!Vals[i].ErasableImplicitDef || !Vals[i].Pruned) in eraseInstrs()