Home
last modified time | relevance | path

Searched refs:skipPhases (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dme_option.h34 return !(skipPhases.find(phaseName) == skipPhases.end()); in IsSkipPhase()
38 static std::unordered_set<std::string> skipPhases; member in maple::MeOption
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
H A Dme_option.cpp20 std::unordered_set<std::string> MeOption::skipPhases = {}; member in maple::MeOption
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h342 return skipPhases; in GetSkipPhases()
347 return !(skipPhases.find(phaseName) == skipPhases.end()); in IsSkipPhase()
893 static std::unordered_set<std::string> skipPhases; member in maplebe::CGOptions
H A Dcg_options.h48 extern maplecl::Option<std::string> skipPhases;
/arkcompiler/ets_frontend/ets2panda/util/
H A Doptions.cpp254 ark::PandArg<std::string> skipPhases {"skip-phases", "", "Phases to skip"};
374 argparser.Add(&skipPhases); in BindArgs()
420 compilerOptions.skipPhases = SplitToStringSet(skipPhases.GetValue()); in InitCompilerOptions()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp34 std::unordered_set<std::string> CGOptions::skipPhases = {}; member in maplebe::CGOptions
246 if (opts::cg::skipPhases.IsEnabledByUser()) { in SolveOptions()
248 SplitPhases(opts::cg::skipPhases, GetSkipPhases()); in SolveOptions()
H A Dcg_options.cpp120 maplecl::Option<std::string> skipPhases({"--skip-phases"},
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dphase.cpp196 if (options.skipPhases.count(name) > 0) { in Apply()
/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.h127 std::unordered_set<std::string> skipPhases {};

Completed in 6 milliseconds