OSDN Git Service

Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a range...
authorEvan Cheng <evan.cheng@apple.com>
Sat, 18 Apr 2009 08:52:15 +0000 (08:52 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 18 Apr 2009 08:52:15 +0000 (08:52 +0000)
commitcccdb2b602cf421d8890130308945163620ebc68
treef46920dd16a68f7ec4a67dd0611adc0af56b5c4a
parent0bd07fc5ddd8106cb0a8b5b8680782351cc0b931
Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a range specified by [Start, End).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69434 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/LiveInterval.cpp