Searched refs:StopAfter (Results 1 – 6 of 6) sorted by relevance
91 if (CounterInfo.StopAfter < 0) in shouldExecute()93 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()172 int64_t StopAfter = -1; member
464 StopAfter = getPassIDFromName(StopAfterName); in setStartStopPasses()468 if (StopBefore && StopAfter) in setStartStopPasses()514 StringRef StopAfter; in registerPartialPipelineCallback() local527 std::tie(StopAfter, StopAfterInstanceNum) = in registerPartialPipelineCallback()531 StopAfter.empty()) in registerPartialPipelineCallback()540 std::tie(StopAfter, std::ignore) = in registerPartialPipelineCallback()541 LLVMTM.getPassNameFromLegacyName(StopAfter); in registerPartialPipelineCallback()545 if (!StopBefore.empty() && !StopAfter.empty()) in registerPartialPipelineCallback()557 bool StopAfterPass = !StopAfter.empty() && P.contains(StopAfter); in registerPartialPipelineCallback()767 if (StopAfter == PassID && StopAfterCount++ == StopAfterInstanceNum) in addPass()
124 Counter.StopAfter = CounterVal; in push_back()143 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
90 AnalysisID StopAfter = nullptr; variable
52 static cl::opt<std::string> StopAfter("stop-diff-after", variable
6918 unsigned StopAfter = getContext().getLangOpts().TrivialAutoVarInitStopAfter; in stopAutoInit() local6919 if (StopAfter) { in stopAutoInit()6922 if (NumAutoVarInit >= StopAfter) { in stopAutoInit()6931 << StopAfter in stopAutoInit()