Home
last modified time | relevance | path

Searched refs:MemProfiler (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp164 class MemProfiler { class
166 MemProfiler(Module &M) { in MemProfiler() function in __anondc9a72430111::MemProfiler
218 MemProfiler Profiler(*F.getParent()); in runOnFunction()
248 ModuleMemProfiler MemProfiler(M); in runOnModule() local
249 return MemProfiler.instrumentModule(M); in runOnModule()
260 MemProfiler Profiler(M); in run()
310 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()
329 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()
486 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress()
548 void MemProfiler::initializeCallbacks(Module &M) { in initializeCallbacks()
[all …]
H A DCMakeLists.txt8 MemProfiler.cpp
/llvm-project-15.0.7/compiler-rt/test/memprof/
H A DCMakeLists.txt49 add_lit_testsuite(check-memprof "Running the MemProfiler tests"
55 "Running the MemProfiler tests with dynamic runtime"
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn23 "MemProfiler.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5573 llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h
6871 llvm/lib/Transforms/Instrumentation/MemProfiler.cpp