Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: runtime/vm/flow_graph_allocator.h

Issue 215363004: Support for multiple register values (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/flow_graph.cc ('k') | runtime/vm/flow_graph_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_allocator.h
diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
index 5e9ec74a372dd209aae37675ca72c40c4ef8a147..348f69222b8244b2a54da8f238deb137497fcfc7 100644
--- a/runtime/vm/flow_graph_allocator.h
+++ b/runtime/vm/flow_graph_allocator.h
@@ -109,6 +109,22 @@ class FlowGraphAllocator : public ValueObject {
const intptr_t block_start_pos,
const intptr_t use_pos,
MaterializeObjectInstr* mat);
+ void ProcessOneInput(BlockEntryInstr* block,
+ intptr_t pos,
+ Location* in_ref,
+ Value* input,
+ intptr_t vreg);
+ void ProcessOneOutput(BlockEntryInstr* block,
+ Instruction* current,
+ intptr_t pos,
+ Location* out,
+ Definition* def,
+ intptr_t vreg,
+ bool output_same_as_first_input,
+ Location* in_ref,
+ Definition* input,
+ intptr_t input_vreg,
+ BitVector* interference_set);
void ProcessOneInstruction(BlockEntryInstr* block,
Instruction* instr,
BitVector* interference_set);
« no previous file with comments | « runtime/vm/flow_graph.cc ('k') | runtime/vm/flow_graph_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698