Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2504 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()
[all …]