Home | History | Annotate | Download | only in Analysis

Lines Matching refs:sort

475       // Primarily, sort the SCEVs by their getSCEVType().
488 // Sort SCEVUnknown values with some loose heuristics. TODO: This is
505 // Sort arguments by their position.
650 // Do the rough sort by complexity.
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.
7397 std::sort(Terms.begin(), Terms.end());
7401 std::sort(Terms.begin(), Terms.end(), [](const SCEV *LHS, const SCEV *RHS) {