Lines Matching refs:sort
6005 /// operator< - Sort Memos by User.
6039 // Sort the uses, so that all the uses from a given User are together.
6040 std::sort(Uses.begin(), Uses.end());
6085 // before SortedPos will contain the topological sort index, and the
6144 "Topological sort incomplete!");
6146 "First node in topological sort is not the entry token!");
6148 "First node in topological sort has non-zero id!");
6150 "First node in topological sort has operands!");
6152 "Last node in topologic sort has unexpected id!");
6154 "Last node in topologic sort has users!");