| Index: runtime/vm/flow_graph_allocator.h
|
| diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h
|
| index ab788297597d6f1a9a621a2b9e6c01e33ba1c396..5aa3084a440bfbc77606ababedb02250042767e8 100644
|
| --- a/runtime/vm/flow_graph_allocator.h
|
| +++ b/runtime/vm/flow_graph_allocator.h
|
| @@ -94,6 +94,9 @@ class FlowGraphAllocator : public ValueObject {
|
| void BuildLiveRanges();
|
| Instruction* ConnectOutgoingPhiMoves(BlockEntryInstr* block);
|
| void ProcessEnvironmentUses(BlockEntryInstr* block, Instruction* current);
|
| + void ProcessEnvironmentUsesRecursive(BlockEntryInstr* block,
|
| + Instruction* current,
|
| + Environment* env);
|
| void ProcessOneInstruction(BlockEntryInstr* block, Instruction* instr);
|
| void ConnectIncomingPhiMoves(BlockEntryInstr* block);
|
| void BlockLocation(Location loc, intptr_t from, intptr_t to);
|
|
|