Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Complexity

456   /// SCEVComplexityCompare - Return true if the complexity of the LHS is less
457 /// than the complexity of the RHS. This comparator is used to canonicalize
564 // Addrec complexity grows with operand count.
630 /// complexity, and group objects of the same complexity together by value.
632 /// consecutive and that complexity is monotonically increasing.
651 // Do the rough sort by complexity.
654 // Now that we are sorted by complexity, group elements of the same
655 // complexity. Note that this is, at worst, N^2, but the vector is likely to
660 unsigned Complexity = S->getSCEVType();
662 // If there are any objects of the same complexity and same value as this
664 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) {
1489 // Sort by complexity, this groups all similar expression types together.
1892 // Sort by complexity, this groups all similar expression types together.
2392 // Sort by complexity, this groups all similar expression types together.
2496 // Sort by complexity, this groups all similar expression types together.