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/
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/
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 …]
DCMakeLists.txt13 InstrProfiling.cpp
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/profile/
DBUILD.gn32 "InstrProfiling.c",
33 "InstrProfiling.h",
/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DCMakeLists.txt53 InstrProfiling.c
73 InstrProfiling.h
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
DBUILD.gn22 "InstrProfiling.cpp",
/openbsd/src/gnu/usr.bin/clang/libLLVMInstrumentation/
DMakefile19 InstrProfiling.cpp \
/openbsd/src/gnu/llvm/llvm/
DCODE_OWNERS.TXT24 D: InstrProfiling and related parts of ProfileData
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassBuilderPipelines.cpp760 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses()
785 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPassesForO0()
DPassRegistry.def76 MODULE_PASS("instrprof", InstrProfiling())
/openbsd/src/gnu/llvm/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake414 set(PROFILE_SOURCES ../profile/InstrProfiling.c
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DBackendUtil.cpp982 MPM.addPass(InstrProfiling(*Options, false)); in RunOptimizationPipeline()
/openbsd/src/distrib/sets/lists/comp/
Dclang.macppc2671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.powerpc642670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.i3862670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.amd642672 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.riscv642670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.octeon2671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.armv72670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.arm642672 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.loongson2671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
Dclang.sparc642671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt5563 llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
6858 llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp