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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2297 bool Pruned = false; member in struct:__anon1798::JoinVals::Val
2299 /// True once Pruned above has been computed.
2802 OtherV.Pruned = true;
2948 if (V.Pruned || V.PrunedComputed)
2949 return V.Pruned;
2952 return V.Pruned;
2957 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this);
2958 return V.Pruned;
3068 (V.Resolution != CR_Keep || !V.ErasableImplicitDef || !V.Pruned))
3138 Vals[i].Pruned
[all...]

Completed in 113 milliseconds