| Index: runtime/vm/flow_graph.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph.h (revision 20999)
|
| +++ runtime/vm/flow_graph.h (working copy)
|
| @@ -141,6 +141,11 @@
|
| bool VerifyUseLists();
|
| #endif // DEBUG
|
|
|
| + // Return all instance fields that are loaded in the graph and
|
| + // have non-generic type feedback attached to them that can
|
| + // potentially affect optimizations.
|
| + const ZoneGrowableArray<Field*>* FieldDependencies() const;
|
| +
|
| private:
|
| friend class BranchSimplifier;
|
| friend class ConstantPropagator;
|
|
|