mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Forgot to commit this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -302,13 +302,13 @@ namespace llvm {
|
|||||||
unsigned getNumConflictsWithPhysReg(const LiveInterval &li,
|
unsigned getNumConflictsWithPhysReg(const LiveInterval &li,
|
||||||
unsigned PhysReg) const;
|
unsigned PhysReg) const;
|
||||||
|
|
||||||
|
/// computeNumbering - Compute the index numbering.
|
||||||
|
void computeNumbering();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/// computeIntervals - Compute live intervals.
|
/// computeIntervals - Compute live intervals.
|
||||||
void computeIntervals();
|
void computeIntervals();
|
||||||
|
|
||||||
/// computeNumbering - Compute the index numbering.
|
|
||||||
void computeNumbering();
|
|
||||||
|
|
||||||
/// handleRegisterDef - update intervals for a register def
|
/// handleRegisterDef - update intervals for a register def
|
||||||
/// (calls handlePhysicalRegisterDef and
|
/// (calls handlePhysicalRegisterDef and
|
||||||
/// handleVirtualRegisterDef)
|
/// handleVirtualRegisterDef)
|
||||||
|
Reference in New Issue
Block a user