Home | History | Annotate | Download | only in Analysis

Lines Matching refs:sort

301 /// SimplifyAddOperands - Sort and simplify a list of add operands. NumAddRecs
314 // Let ScalarEvolution sort and simplify the non-addrecs list.
714 // Sort by loop. Use a stable sort so that constants follow non-constants and
783 // Sort by loop. Use a stable sort so that constants follow non-constants.
1692 std::sort(Phis.begin(), Phis.end(), [](Value *LHS, Value *RHS) {