Searched refs:InstrProfiling (Results 1 – 23 of 23) sorted by relevance
34 class InstrProfiling : public PassInfoMixin<InstrProfiling> {36 InstrProfiling() : IsCS(false) {} in InstrProfiling() function37 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
401 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 …]
13 InstrProfiling.cpp
32 "InstrProfiling.c",33 "InstrProfiling.h",
53 InstrProfiling.c73 InstrProfiling.h
22 "InstrProfiling.cpp",
19 InstrProfiling.cpp \
29 InstrProfiling.c \
24 D: InstrProfiling and related parts of ProfileData
760 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPasses()785 MPM.addPass(InstrProfiling(Options, IsCS)); in addPGOInstrPassesForO0()
76 MODULE_PASS("instrprof", InstrProfiling())
414 set(PROFILE_SOURCES ../profile/InstrProfiling.c
982 MPM.addPass(InstrProfiling(*Options, false)); in RunOptimizationPipeline()
2672 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
2671 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
2670 ./usr/include/llvm/Transforms/Instrumentation/InstrProfiling.h
5563 llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h6858 llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp