Searched defs:phaseName (Results 1 – 10 of 10) sorted by relevance
63 explicit PhaseDriver(const std::string &phaseName) in PhaseDriver()84 std::string phaseName; variable
161 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()188 void MaplePhaseManager::SolveSkipFrom(const std::string &phaseName, size_t &i) in SolveSkipFrom()204 void MaplePhaseManager::SolveSkipAfter(const std::string &phaseName, size_t &i) in SolveSkipAfter()
50 std::string phaseName = pi.PhaseName(); in RunAfterPhase() local
32 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
355 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()370 static bool IsSkipFromPhase(const std::string &phaseName) in IsSkipFromPhase()380 static void SetSkipFrom(const std::string &phaseName) in SetSkipFrom()385 static bool IsSkipAfterPhase(const std::string &phaseName) in IsSkipAfterPhase()395 static void SetSkipAfter(const std::string &phaseName) in SetSkipAfter()
83 void ASTVerifier::Verify(std::string_view phaseName) noexcept in Verify()
265 void CombinedPassVisitor::PrintLog(const std::string& phaseName) in PrintLog()
333 void MIRModule::OutputFunctionListAsciiMpl(const std::string &phaseName) in OutputFunctionListAsciiMpl()
64 static bool IsSkipPhase(const std::string &phaseName) in IsSkipPhase()
151 static bool DoIsolatedDeclgenCheck(const util::Options &options, const std::string &phaseName, in DoIsolatedDeclgenCheck()