Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h35 class InstrProfiling : public PassInfoMixin<InstrProfiling> {
37 InstrProfiling() : IsCS(false) {} in InstrProfiling() function
38 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp143 InstrProfiling InstrProf;
445 bool InstrProfiling::lowerIntrinsics(Function *F) { in lowerIntrinsics()
481 bool InstrProfiling::isCounterPromotionEnabled() const { in isCounterPromotionEnabled()
488 void InstrProfiling::promoteCounterLoadStores(Function *F) { in promoteCounterLoadStores()
540 bool InstrProfiling::run( in run()
980 void InstrProfiling::emitVNodes() { in emitVNodes()
1029 void InstrProfiling::emitNameData() { in emitNameData()
1062 void InstrProfiling::emitRegistration() { in emitRegistration()
1104 bool InstrProfiling::emitRuntimeHook() { in emitRuntimeHook()
1140 void InstrProfiling::emitUses() { in emitUses()
[all …]
/freebsd-13.1/lib/libclang_rt/profile/
H A DMakefile15 SRCS+= profile/InstrProfiling.c
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def72 MODULE_PASS("instrprof", InstrProfiling())
H A DPassBuilder.cpp938 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses()
963 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPassesForO0()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1406 MPM.addPass(InstrProfiling(*Options, false)); in EmitAssemblyWithNewPassManager()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1536 SRCS_MIN+= Transforms/Instrumentation/InstrProfiling.cpp