Home
last modified time | relevance | path

Searched refs:MeOption (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
H A Dme_option.cpp19 std::unordered_set<std::string> MeOption::dumpPhases = {};
20 std::unordered_set<std::string> MeOption::skipPhases = {};
21 std::string MeOption::dumpFunc = "*";
22 bool MeOption::quiet = false;
23 bool MeOption::noDot = false;
24 bool MeOption::stmtNum = false;
25 bool MeOption::optForSize = false;
26 uint8 MeOption::optLevel = 0;
27 bool MeOption::rcLowering = true;
28 bool MeOption
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
H A Dme_option.h26 class MeOption { class
28 static MeOption &GetInstance();
30 ~MeOption() = default;
55 (!MeOption::dumpPhases.empty() && MeOption::dumpPhases.find(PhaseName()) != MeOption::dumpPhases.end() && \
56 (MeOption::dumpFunc.compare("*") == 0 || (f).GetName() == MeOption::dumpFunc))
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
H A Dmaple_phase_manager.h96 if (!MeOption::IsSkipPhase(PhaseName)) { \

Completed in 2 milliseconds