5#ifndef RUNTIME_VM_COMPILER_BACKEND_BLOCK_SCHEDULER_H_
6#define RUNTIME_VM_COMPILER_BACKEND_BLOCK_SCHEDULER_H_
8#if defined(DART_PRECOMPILED_RUNTIME)
9#error "AOT runtime should not use compiler sources (including header files)"
24 static void ReorderBlocksAOT(
FlowGraph* flow_graph);
25 static void ReorderBlocksJIT(
FlowGraph* flow_graph);
static void AssignEdgeWeights(FlowGraph *flow_graph)
static void ReorderBlocks(FlowGraph *flow_graph)