Jakob Stoklund Olesen f568b2706e Add LiveInterval::find and use it for most LiveRange searching operations
instead of calling lower_bound or upper_bound directly.

This cleans up the search logic a bit because {lower,upper}_bound compare
LR->start by default, and it is usually simpler to search LR->end.

Funnelling all searches through one function also makes it possible to replace
the search algorithm with something faster than binary search.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114448 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-21 17:12:18 +00:00
..
2010-07-01 01:00:22 +00:00
2010-07-01 01:00:22 +00:00
2010-09-10 22:25:58 +00:00
2010-06-18 19:04:37 +00:00
2010-09-21 06:43:24 +00:00
2010-09-15 16:08:15 +00:00
2009-07-08 21:57:46 +00:00
2010-09-07 21:07:59 +00:00