Home
last modified time | relevance | path

Searched defs:phaseName (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.h44 void IntroduceNewInvariants(util::StringView phaseName) in IntroduceNewInvariants()
DcheckContext.h59 const std::string &phaseName) const in DumpJSON()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_option.h32 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_driver.cpp22 PhaseDriver::PhaseDriver(const std::string &phaseName) in PhaseDriver()
Dmaple_phase_manager.cpp160 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()
185 void MaplePhaseManager::SolveSkipFrom(const std::string &phaseName, size_t &i) in SolveSkipFrom()
201 void MaplePhaseManager::SolveSkipAfter(const std::string &phaseName, size_t &i) in SolveSkipAfter()
Dmaple_phase_support.cpp53 std::string phaseName = pi.PhaseName(); in RunAfterPhase() local
Dphase_impl.cpp98 FuncOptimizeIterator::FuncOptimizeIterator(const std::string &phaseName, std::unique_ptr<FuncOptimi… in FuncOptimizeIterator()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dphase_driver.h88 std::string phaseName; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcontrol_dep_analysis.h173 std::string phaseName; variable
Dlist_scheduler.h255 std::string phaseName; // for dumping log variable
Dschedule.h299 const std::string phaseName; variable
Dcg_option.h486 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
501 static bool IsSkipFromPhase(const std::string &phaseName) in IsSkipFromPhase()
511 static void SetSkipFrom(const std::string &phaseName) in SetSkipFrom()
516 static bool IsSkipAfterPhase(const std::string &phaseName) in IsSkipAfterPhase()
526 static void SetSkipAfter(const std::string &phaseName) in SetSkipAfter()
Debo.h237 std::string phaseName; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerImpl.cpp113 void Verify(const AstToCheck &astToCheck, const PhaseName &phaseName, in Verify()
130 const std::string &phaseName) { in DumpMessages()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_schedule.h143 … AArch64Schedule(CGFunc &func, MemPool &memPool, LiveAnalysis &live, const std::string &phaseName) in AArch64Schedule()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcombined_pass_visitor.cpp262 void CombinedPassVisitor::PrintLog(const std::string& phaseName) in PrintLog()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp351 void MIRModule::OutputFunctionListAsciiMpl(const std::string &phaseName) in OutputFunctionListAsciiMpl()
650 void MIRModule::OutputAsciiMpl(const char *phaseName, const char *suffix, in OutputAsciiMpl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h58 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()