Searched refs:InstrProfiling (Results 1 – 10 of 10) sorted by relevance
49 InstrProfiling InstrProf;69 PreservedAnalyses InstrProfiling::run(Module &M, AnalysisManager<Module> &AM) { in run()86 bool InstrProfiling::isMachO() const { in isMachO()91 StringRef InstrProfiling::getCountersSection() const { in getCountersSection()96 StringRef InstrProfiling::getNameSection() const { in getNameSection()101 StringRef InstrProfiling::getDataSection() const { in getDataSection()106 StringRef InstrProfiling::getCoverageSection() const { in getCoverageSection()110 bool InstrProfiling::run(Module &M) { in run()181 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts()195 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst()[all …]
9 InstrProfiling.cpp
27 class InstrProfiling : public PassInfoMixin<InstrProfiling> {29 InstrProfiling() {} in InstrProfiling() function30 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {} in InstrProfiling() function
33 "InstrProfiling.c",
46 InstrProfiling.c
79 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
205 InstrProfiling \
49 MODULE_PASS("instrprof", InstrProfiling())
17 D: InstrProfiling and related parts of ProfileData
293 set(PROFILE_SOURCES ../profile/InstrProfiling