Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Resolution

1312   // Conflict resolution for overlapping values.
1344 ConflictResolution Resolution;
1379 Val() : Resolution(CR_Keep), WriteLanes(0), ValidLanes(0),
1469 /// Return a conflict resolution when possible, but leave the hard cases as
1688 switch ((V.Resolution = analyzeValue(ValNo, Other))) {
1718 if (Vals[i].Resolution == CR_Impossible) {
1803 assert (V.Resolution != CR_Impossible && "Unresolvable conflict");
1804 if (V.Resolution != CR_Unresolved)
1809 assert(V.OtherVNI && "Inconsistent conflict resolution.");
1856 V.Resolution = CR_Replace;
1874 if (V.Resolution != CR_Erase && V.Resolution != CR_Merge)
1888 switch (Vals[i].Resolution) {
1900 OtherV.Resolution == CR_Keep;
1944 switch (Vals[i].Resolution) {
2004 // CR_Replace resolution. Collect a set of end points that can be used to