Searched refs:StopAfter (Results 1 – 6 of 6) sorted by relevance
89 if (CounterInfo.StopAfter < 0) in shouldExecute()91 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()170 int64_t StopAfter = -1; member
451 StopAfter = getPassIDFromName(StopAfterName); in setStartStopPasses()455 if (StopBefore && StopAfter) in setStartStopPasses()500 StringRef StopAfter; in registerPartialPipelineCallback() local513 std::tie(StopAfter, StopAfterInstanceNum) = in registerPartialPipelineCallback()517 StopAfter.empty()) in registerPartialPipelineCallback()526 std::tie(StopAfter, std::ignore) = in registerPartialPipelineCallback()527 LLVMTM.getPassNameFromLegacyName(StopAfter); in registerPartialPipelineCallback()531 if (!StopBefore.empty() && !StopAfter.empty()) in registerPartialPipelineCallback()543 bool StopAfterPass = !StopAfter.empty() && P.contains(StopAfter); in registerPartialPipelineCallback()753 if (StopAfter == PassID && StopAfterCount++ == StopAfterInstanceNum) in addPass()
127 Counter.StopAfter = CounterVal; in push_back()146 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
90 AnalysisID StopAfter = nullptr; variable
52 static cl::opt<std::string> StopAfter("stop-diff-after", variable
7126 unsigned StopAfter = getContext().getLangOpts().TrivialAutoVarInitStopAfter; in stopAutoInit() local7127 if (StopAfter) { in stopAutoInit()7130 if (NumAutoVarInit >= StopAfter) { in stopAutoInit()7139 << StopAfter in stopAutoInit()