Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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)
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp401 PreservedAnalyses InstrProfiling::run(Module &M, ModuleAnalysisManager &AM) { in run()
413 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()
609 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts()
618 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst()
668 Value *InstrProfiling::getCounterAddress(InstrProfInstBase *I) { in getCounterAddress()
705 void InstrProfiling::lowerCover(InstrProfCoverInst *CoverInstruction) { in lowerCover()
[all …]
H A DCMakeLists.txt13 InstrProfiling.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/profile/
H A DBUILD.gn32 "InstrProfiling.c",
33 "InstrProfiling.h",
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DCMakeLists.txt53 InstrProfiling.c
73 InstrProfiling.h
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn22 "InstrProfiling.cpp",
/openbsd-src/gnu/usr.bin/clang/libLLVMInstrumentation/
H A DMakefile19 InstrProfiling.cpp \
/openbsd-src/gnu/lib/libclang_rt/profile/
H A DMakefile29 InstrProfiling.c \
/openbsd-src/gnu/llvm/llvm/
H A DCODE_OWNERS.TXT24 D: InstrProfiling and related parts of ProfileData
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp760 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses()
785 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPassesForO0()
H A DPassRegistry.def76 MODULE_PASS("instrprof", InstrProfiling())
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake414 set(PROFILE_SOURCES ../profile/InstrProfiling.c
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp982 MPM.addPass(InstrProfiling(*Options, false)); in RunOptimizationPipeline()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642672 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.macppc2671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.loongson2671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.octeon2671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.arm642672 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.powerpc642670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.armv72670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.i3862670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
H A Dclang.sparc642671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5563 llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
6858 llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp