Home
last modified time | relevance | path

Searched refs:StopAfter (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h91 if (CounterInfo.StopAfter < 0) in shouldExecute()
93 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()
172 int64_t StopAfter = -1; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp419 StopAfter = getPassIDFromName(StopAfterName); in setStartStopPasses()
423 if (StopBefore && StopAfter) in setStartStopPasses()
468 StringRef StopAfter; in registerPartialPipelineCallback() local
481 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp110 Counter.StopAfter = CounterVal; in push_back()
129 << "," << Us.Counters[CounterID].StopAfter << "}\n"; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h90 AnalysisID StopAfter = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-diff/
H A DClangDiff.cpp52 static cl::opt<std::string> StopAfter("stop-diff-after", variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp6391 unsigned StopAfter = getContext().getLangOpts().TrivialAutoVarInitStopAfter; in stopAutoInit() local
6392 if (StopAfter) { in stopAutoInit()
6395 if (NumAutoVarInit >= StopAfter) { in stopAutoInit()
6404 << StopAfter in stopAutoInit()