Searched refs:OptPipeline (Results 1 – 5 of 5) sorted by relevance
59 static cl::opt<std::string> OptPipeline("opt-pipeline", variable324 Conf.OptPipeline = OptPipeline; in run()
100 std::string OptPipeline; member
324 if (!Conf.OptPipeline.empty()) { in runNewPMPasses()325 if (auto Err = PB.parsePassPipeline(MPM, Conf.OptPipeline)) { in runNewPMPasses()327 Conf.OptPipeline + "': " + toString(std::move(Err))); in runNewPMPasses()
155 AddString(Conf.OptPipeline); in computeLTOCacheKey()
114 c.OptPipeline = std::string(config->ltoNewPmPasses); in createConfig()