Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unswitch.h25 explicit LoopUnswitch(Graph *graph, uint32_t maxLevel, uint32_t maxInsns) in LoopUnswitch()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dmark_always_inline.cpp59 bool MarkAlwaysInline::InlineCallTree(Function *function, int32_t level, int32_t maxLevel) in InlineCallTree()