Home
last modified time | relevance | path

Searched defs:osrMode (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h164 Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool osrMode) in Graph()
175 Graph(const GraphArgs &args, bool osrMode) : Graph(args, nullptr, osrMode) {} in Graph()