mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
new method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
467782c160
commit
6bda49fd9f
@ -168,6 +168,13 @@ namespace llvm {
|
||||
/// below to update aliases.
|
||||
bool JoinIntervals(LiveInterval &LHS, LiveInterval &RHS);
|
||||
|
||||
/// SimpleJoin - Attempt to joint the specified interval into this one. The
|
||||
/// caller of this method must guarantee that the RHS only contains a single
|
||||
/// value number and that the RHS is not defined by a copy from this
|
||||
/// interval. This returns false if the intervals are not joinable, or it
|
||||
/// joins them and returns true.
|
||||
bool SimpleJoin(LiveInterval &LHS, LiveInterval &RHS);
|
||||
|
||||
/// handleRegisterDef - update intervals for a register def
|
||||
/// (calls handlePhysicalRegisterDef and
|
||||
/// handleVirtualRegisterDef)
|
||||
|
Loading…
x
Reference in New Issue
Block a user