Home
last modified time | relevance | path

Searched refs:osr_mode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h119 Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool osr_mode) in Graph() argument
120 : Graph(allocator, local_allocator, arch, nullptr, GetDefaultRuntime(), osr_mode) in Graph()
131 RuntimeInterface *runtime, bool osr_mode) in Graph() argument
132 : Graph(allocator, local_allocator, arch, method, runtime, osr_mode, nullptr) in Graph()
137 RuntimeInterface *runtime, bool osr_mode, Graph *parent, bool dynamic_method = false,
140 GraphMode::Osr(osr_mode) | GraphMode::BytecodeOpt(bytecode_opt) |