Searched refs:InstrProfiling (Results 1 – 12 of 12) sorted by relevance
34 class InstrProfiling : public PassInfoMixin<InstrProfiling> {36 InstrProfiling() : IsCS(false) {} in InstrProfiling() function37 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
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()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 …]
13 InstrProfiling.cpp
32 "InstrProfiling.c",33 "InstrProfiling.h",
53 InstrProfiling.c73 InstrProfiling.h
21 "InstrProfiling.cpp",
24 D: InstrProfiling and related parts of ProfileData
682 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses()707 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPassesForO0()
76 MODULE_PASS("instrprof", InstrProfiling())
409 set(PROFILE_SOURCES ../profile/InstrProfiling.c
911 MPM.addPass(InstrProfiling(*Options, false)); in RunOptimizationPipeline()
5572 llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h6870 llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp