Searched refs:MemProfiler (Results 1 – 5 of 5) sorted by relevance
164 class MemProfiler { class166 MemProfiler(Module &M) { in MemProfiler() function in __anondc9a72430111::MemProfiler218 MemProfiler Profiler(*F.getParent()); in runOnFunction()248 ModuleMemProfiler MemProfiler(M); in runOnModule() local249 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 …]
8 MemProfiler.cpp
49 add_lit_testsuite(check-memprof "Running the MemProfiler tests"55 "Running the MemProfiler tests with dynamic runtime"
23 "MemProfiler.cpp",
5573 llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h6871 llvm/lib/Transforms/Instrumentation/MemProfiler.cpp