Home
last modified time | relevance | path

Searched refs:phaseSeq (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h45 return phaseSeq; in GetSequence()
50 return phaseSeq.empty() ? "noopt" : phaseSeq[phaseSeq.size() - 1]; in LastPhaseName()
179 std::vector<std::string> phaseSeq; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Doption.cpp133 if (phaseSeq.empty()) { in DumpOptions()
136 for (size_t i = 0; i < phaseSeq.size(); ++i) { in DumpOptions()
137 LogInfo::MapleLogger() << " " << phaseSeq[i]; in DumpOptions()

Completed in 2 milliseconds