Lines Matching defs:Complexity
454 /// SCEVComplexityCompare - Return true if the complexity of the LHS is less
455 /// than the complexity of the RHS. This comparator is used to canonicalize
562 // Addrec complexity grows with operand count.
629 /// complexity, and group objects of the same complexity together by value.
631 /// consecutive and that complexity is monotonically increasing.
650 // Do the rough sort by complexity.
653 // Now that we are sorted by complexity, group elements of the same
654 // complexity. Note that this is, at worst, N^2, but the vector is likely to
659 unsigned Complexity = S->getSCEVType();
661 // If there are any objects of the same complexity and same value as this
663 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) {
1519 // Sort by complexity, this groups all similar expression types together.
1922 // Sort by complexity, this groups all similar expression types together.
2493 // Sort by complexity, this groups all similar expression types together.
2597 // Sort by complexity, this groups all similar expression types together.