Home
last modified time | relevance | path

Searched refs:Pruned (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2433 bool Pruned = false; member
2965 OtherV.Pruned = true; in computeAssignment()
3114 if (V.Pruned || V.PrunedComputed) in isPrunedValue()
3115 return V.Pruned; in isPrunedValue()
3118 return V.Pruned; in isPrunedValue()
3123 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this); in isPrunedValue()
3124 return V.Pruned; in isPrunedValue()
3241 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned)) in pruneSubRegValues()
3321 Vals[i].Pruned = true; in pruneMainSegments()
3329 if (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned) in removeImplicitDefs()
[all …]