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");
1410 /// Returns false if any conflicts were impossible to resolve.
1413 /// Try to resolve conflicts that require all values to be mapped.
1414 /// Returns false if any conflicts were impossible to resolve.
1549 // Keep this value, check for conflicts when analyzing OtherVNI.
1554 // predecessor, the PHI itself can't introduce any conflicts.
1593 // predecessor, the PHI itself can't introduce any conflicts.
1597 // Check for simple erasable conflicts.
1934 llvm_unreachable("Unresolved conflicts");
1992 // Detect impossible conflicts early.
1996 // Some conflicts can only be resolved after all values have been mapped.
2031 // CR_Replace conflicts.