summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/register_allocator.h
diff options
context:
space:
mode:
authorMingyao Yang <mingyao@google.com>2014-10-06 16:47:28 -0700
committerMingyao Yang <mingyao@google.com>2014-11-03 16:16:50 -0800
commit296bd60423e0630d8152b99fb7afb20fbff5a18a (patch)
tree384aa7659763bb77a038a67c27f7cf6059632570 /compiler/optimizing/register_allocator.h
parent57b4d1c44e246dfd4aaef2d23b20a696a0c5e57e (diff)
downloadart-296bd60423e0630d8152b99fb7afb20fbff5a18a.tar.gz
art-296bd60423e0630d8152b99fb7afb20fbff5a18a.tar.bz2
art-296bd60423e0630d8152b99fb7afb20fbff5a18a.zip
Some improvement to reg alloc.
Change-Id: If579a37791278500a7e5bc763f144c241f261920
Diffstat (limited to 'compiler/optimizing/register_allocator.h')
-rw-r--r--compiler/optimizing/register_allocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/register_allocator.h b/compiler/optimizing/register_allocator.h
index b88153969b..976ee39ca8 100644
--- a/compiler/optimizing/register_allocator.h
+++ b/compiler/optimizing/register_allocator.h
@@ -126,6 +126,7 @@ class RegisterAllocator {
void ProcessInstruction(HInstruction* instruction);
bool ValidateInternal(bool log_fatal_on_failure) const;
void DumpInterval(std::ostream& stream, LiveInterval* interval) const;
+ void DumpAllIntervals(std::ostream& stream) const;
ArenaAllocator* const allocator_;
CodeGenerator* const codegen_;