5#ifndef RUNTIME_VM_COMPILER_BACKEND_BRANCH_OPTIMIZER_H_
6#define RUNTIME_VM_COMPILER_BACKEND_BRANCH_OPTIMIZER_H_
8#if defined(DART_PRECOMPILED_RUNTIME)
9#error "AOT runtime should not use compiler sources (including header files)"
18class FunctionEntryInstr;
21class TargetEntryInstr;
static TargetEntryInstr * ToTargetEntry(Zone *zone, BlockEntryInstr *target)
static JoinEntryInstr * ToJoinEntry(Zone *zone, BlockEntryInstr *target)
static void Simplify(FlowGraph *flow_graph)
static void Simplify(FlowGraph *flow_graph)