Home
last modified time | relevance | path

Searched refs:Profiling (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DFreeBSD.cpp300 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in ConstructJob() local
311 if (Profiling) in ConstructJob()
322 if (Profiling) in ConstructJob()
328 } else if (Profiling) { in ConstructJob()
337 if (Profiling) in ConstructJob()
343 if (Profiling) { in ConstructJob()
356 } else if (Profiling) { in ConstructJob()
428 bool Profiling = Args.hasArg(options::OPT_pg) && Major != 0 && Major < 14; in AddCXXStdlibLibArgs() local
432 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
438 CmdArgs.push_back(Profiling ? "-lstdc++_p" : "-lstdc++"); in AddCXXStdlibLibArgs()
H A DOpenBSD.cpp332 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local
334 CmdArgs.push_back(Profiling ? "-lc++_p" : "-lc++"); in AddCXXStdlibLibArgs()
337 CmdArgs.push_back(Profiling ? "-lc++abi_p" : "-lc++abi"); in AddCXXStdlibLibArgs()
338 CmdArgs.push_back(Profiling ? "-lpthread_p" : "-lpthread"); in AddCXXStdlibLibArgs()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp311 std::unique_ptr<ClangTidyProfiling> Profiling, in ClangTidyASTConsumer() argument
315 Profiling(std::move(Profiling)), Finder(std::move(Finder)), in ClangTidyASTConsumer()
321 std::unique_ptr<ClangTidyProfiling> Profiling; member in clang::tidy::__anonf74c33ed0111::ClangTidyASTConsumer
409 std::unique_ptr<ClangTidyProfiling> Profiling; in createASTConsumer() local
411 Profiling = std::make_unique<ClangTidyProfiling>( in createASTConsumer()
413 FinderOptions.CheckProfiling.emplace(Profiling->Records); in createASTConsumer()
454 std::move(Consumers), std::move(Profiling), std::move(Finder), in createASTConsumer()
/llvm-project-15.0.7/clang/docs/
H A DMisExpect.rst62 Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
67 | Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang…
69 | IR | Profiling instrumentation added during by the LLVM backend …
H A DUsersManual.rst2273 Profiling with Instrumentation
2625 GCOV-based Profiling
/llvm-project-15.0.7/llvm/docs/
H A DMisExpect.rst60 Sampling. MisExpect Diagnostics are compatible with all Profiling formats.
65 | Frontend | Profiling instrumentation added during compilation by the frontend, i.e. ``clang…
67 | IR | Profiling instrumentation added during by the LLVM backend …
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h129 struct Profiling { struct
130 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() function
140 llvm::Optional<Profiling> CheckProfiling;
/llvm-project-15.0.7/polly/
H A DCREDITS.txt29 D: Profiling infrastructure
/llvm-project-15.0.7/openmp/runtime/cmake/
H A DLibompUtils.cmake158 # - set the legal type name Performance/Profiling/Stub
163 set(${return_legal_type} "Profiling" PARENT_SCOPE)
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc10 // Each plugin is responsible for collecting Value Profiling candidates for a
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite121 - Profiling dotest.py runs
/llvm-project-15.0.7/openmp/runtime/
H A DCMakeLists.txt87 "Performance,Profiling,Stubs library (normal/profile/stubs)")
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64.td101 "Enable Statistical Profiling extension">;
445 "true", "Enable extra register in the Statistical Profiling Extension">;
H A DAArch64SystemOperands.td1405 // v8.2a "Statistical Profiling extension" registers
1692 // Statistical Profiling Extension system register
H A DAArch64InstrInfo.td934 // v8.2a Statistical Profiling extension
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc755 /* Value Profiling API linkage name. */
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DInstrProfData.inc755 /* Value Profiling API linkage name. */
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt771 "Profiling data file to use when compiling in order to improve runtime performance.")
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.td2759 // Lightweight Profiling Instructions