Searched refs:OptPipeline (Results 1 – 5 of 5) sorted by relevance
60 static cl::opt<std::string> OptPipeline("opt-pipeline", variable303 Conf.OptPipeline = OptPipeline; in run()
94 std::string OptPipeline; member
314 if (!Conf.OptPipeline.empty()) { in runNewPMPasses()315 if (auto Err = PB.parsePassPipeline(MPM, Conf.OptPipeline)) { in runNewPMPasses()317 Conf.OptPipeline + "': " + toString(std::move(Err))); in runNewPMPasses()
138 AddString(Conf.OptPipeline); in computeLTOCacheKey()
135 c.OptPipeline = std::string(config->ltoNewPmPasses); in createConfig()