Searched defs:phaseName (Results 1 – 18 of 18) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | ASTVerifier.h | 44 void IntroduceNewInvariants(util::StringView phaseName) in IntroduceNewInvariants()
|
| D | checkContext.h | 59 const std::string &phaseName) const in DumpJSON()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_option.h | 32 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | phase_driver.cpp | 22 PhaseDriver::PhaseDriver(const std::string &phaseName) in PhaseDriver()
|
| D | maple_phase_manager.cpp | 160 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()
|
| D | maple_phase_support.cpp | 53 std::string phaseName = pi.PhaseName(); in RunAfterPhase() local
|
| D | phase_impl.cpp | 98 FuncOptimizeIterator::FuncOptimizeIterator(const std::string &phaseName, std::unique_ptr<FuncOptimi… in FuncOptimizeIterator()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | phase_driver.h | 88 std::string phaseName; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | control_dep_analysis.h | 173 std::string phaseName; variable
|
| D | list_scheduler.h | 255 std::string phaseName; // for dumping log variable
|
| D | schedule.h | 299 const std::string phaseName; variable
|
| D | cg_option.h | 486 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()
|
| D | ebo.h | 237 std::string phaseName; variable
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerImpl.cpp | 113 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/ |
| D | aarch64_schedule.h | 143 … AArch64Schedule(CGFunc &func, MemPool &memPool, LiveAnalysis &live, const std::string &phaseName) in AArch64Schedule()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | combined_pass_visitor.cpp | 262 void CombinedPassVisitor::PrintLog(const std::string& phaseName) in PrintLog()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_module.cpp | 351 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/ |
| D | option.h | 58 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
|