Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmpl2mpl_options.h46 extern maplecl::Option<uint32_t> inlineColdFuncThresh;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp118 maplecl::Option<uint32_t> inlineColdFuncThresh({"--inline-cold-function-threshold"}, variable
Doption.cpp189 maplecl::CopyIfEnabled(inlineColdFunctionThreshold, opts::mpl2mpl::inlineColdFuncThresh); in SolveOptions()