Home | History | Annotate | Download | only in Writer

Lines Matching refs:sort

1834 // Sort the Users based on the order in which the reader parses the bitcode
1851 // Sort the copy based on the order read by the BitcodeReader.
1852 std::sort(UserList.begin(), UserList.end(), bitcodereader_order);