summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-07-27 21:56:39 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-07-27 21:56:39 +0000
commitc16bf79303ad8c84c5dd3c76e143cd2145539834 (patch)
tree39b6385856b75b2712b90fd500724a2cb682fa45 /include/llvm/CodeGen/LiveIntervalAnalysis.h
parent21edb397b27d4501bca932cf5fce036f4f3c9473 (diff)
downloadllvm-c16bf79303ad8c84c5dd3c76e143cd2145539834.tar.gz
llvm-c16bf79303ad8c84c5dd3c76e143cd2145539834.tar.bz2
llvm-c16bf79303ad8c84c5dd3c76e143cd2145539834.tar.xz
Also compute register mask lists under -new-live-intervals.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index fe22d8af02..1ba8df01cc 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -347,6 +347,12 @@ namespace llvm {
/// computeIntervals - Compute live intervals.
void computeIntervals();
+ /// Compute live intervals for all virtual registers.
+ void computeVirtRegs();
+
+ /// Compute RegMaskSlots and RegMaskBits.
+ void computeRegMasks();
+
/// handleRegisterDef - update intervals for a register def
/// (calls handleVirtualRegisterDef)
void handleRegisterDef(MachineBasicBlock *MBB,