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
419 StopAfter = getPassIDFromName(StopAfterName); in setStartStopPasses()423 if (StopBefore && StopAfter) in setStartStopPasses()468 StringRef StopAfter; in registerPartialPipelineCallback() local481 std::tie(StopAfter, StopAfterInstanceNum) = in registerPartialPipelineCallback()485 StopAfter.empty()) in registerPartialPipelineCallback()494 std::tie(StopAfter, std::ignore) = in registerPartialPipelineCallback()495 LLVMTM.getPassNameFromLegacyName(StopAfter); in registerPartialPipelineCallback()499 if (!StopBefore.empty() && !StopAfter.empty()) in registerPartialPipelineCallback()511 bool StopAfterPass = !StopAfter.empty() && P.contains(StopAfter); in registerPartialPipelineCallback()722 if (StopAfter == PassID && StopAfterCount++ == StopAfterInstanceNum) in addPass()
110 Counter.StopAfter = CounterVal; in push_back()129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
90 AnalysisID StopAfter = nullptr; variable
52 static cl::opt<std::string> StopAfter("stop-diff-after", variable
6391 unsigned StopAfter = getContext().getLangOpts().TrivialAutoVarInitStopAfter; in stopAutoInit() local6392 if (StopAfter) { in stopAutoInit()6395 if (NumAutoVarInit >= StopAfter) { in stopAutoInit()6404 << StopAfter in stopAutoInit()