Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp49 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 …]
DCMakeLists.txt9 InstrProfiling.cpp
/external/llvm/include/llvm/Transforms/
DInstrProfiling.h27 class InstrProfiling : public PassInfoMixin<InstrProfiling> {
29 InstrProfiling() {} in InstrProfiling() function
30 InstrProfiling(const InstrProfOptions &Options) : Options(Options) {} in InstrProfiling() function
/external/compiler-rt/lib/profile/
DAndroid.bp33 "InstrProfiling.c",
DCMakeLists.txt46 InstrProfiling.c
/external/compiler-rt/make/platform/
Dclang_linux.mk79 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
Dclang_darwin.mk205 InstrProfiling \
/external/llvm/lib/Passes/
DPassRegistry.def49 MODULE_PASS("instrprof", InstrProfiling())
/external/llvm/
DCODE_OWNERS.TXT17 D: InstrProfiling and related parts of ProfileData
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake293 set(PROFILE_SOURCES ../profile/InstrProfiling