Home
last modified time | relevance | path

Searched refs:InstrProfiling (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h34 class InstrProfiling : public PassInfoMixin<InstrProfiling> {
36 InstrProfiling() : IsCS(false) {} in InstrProfiling() function
37 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp413 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics()
441 bool InstrProfiling::isRuntimeCounterRelocationEnabled() const { in isRuntimeCounterRelocationEnabled()
453 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled()
460 void InstrProfiling::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores()
516 bool InstrProfiling::run( in run()
1064 void InstrProfiling::emitVNodes() { in emitVNodes()
1113 void InstrProfiling::emitNameData() { in emitNameData()
1146 void InstrProfiling::emitRegistration() { in emitRegistration()
1188 bool InstrProfiling::emitRuntimeHook() { in emitRuntimeHook()
1230 void InstrProfiling::emitUses() { in emitUses()
[all …]
H A DCMakeLists.txt13 InstrProfiling.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/profile/
H A DBUILD.gn32 "InstrProfiling.c",
33 "InstrProfiling.h",
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DCMakeLists.txt53 InstrProfiling.c
73 InstrProfiling.h
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn21 "InstrProfiling.cpp",
/llvm-project-15.0.7/llvm/
H A DCODE_OWNERS.TXT24 D: InstrProfiling and related parts of ProfileData
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp682 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses()
707 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPassesForO0()
H A DPassRegistry.def76 MODULE_PASS("instrprof", InstrProfiling())
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake409 set(PROFILE_SOURCES ../profile/InstrProfiling.c
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp911 MPM.addPass(InstrProfiling(*Options, false)); in RunOptimizationPipeline()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5572 llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
6870 llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp