Home | History | Annotate | Download | only in CodeGen

Lines Matching full:conflicts

52 STATISTIC(NumLaneConflicts, "Number of dead lane conflicts tested");
53 STATISTIC(NumLaneResolves, "Number of dead lane conflicts resolved");
1395 /// Returns false if any conflicts were impossible to resolve.
1398 /// Try to resolve conflicts that require all values to be mapped.
1399 /// Returns false if any conflicts were impossible to resolve.
1534 // Keep this value, check for conflicts when analyzing OtherVNI.
1539 // predecessor, the PHI itself can't introduce any conflicts.
1578 // predecessor, the PHI itself can't introduce any conflicts.
1582 // Check for simple erasable conflicts.
1919 llvm_unreachable("Unresolved conflicts");
1977 // Detect impossible conflicts early.
1981 // Some conflicts can only be resolved after all values have been mapped.
2017 // CR_Replace conflicts.