llvm-6502/include
Duncan P. N. Exon Smith 5092384bd3 IR: Add Value::sortUseList()
Add `Value::sortUseList()`, templated on the comparison function to use.

The sort is an iterative merge sort that uses a binomial vector of
already-merged lists to limit the size overhead to `O(1)`.

This is part of PR5680.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213824 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-24 00:53:19 +00:00
..
llvm IR: Add Value::sortUseList() 2014-07-24 00:53:19 +00:00
llvm-c MergedLoadStoreMotion pass 2014-07-18 19:13:09 +00:00