Searched refs:MemProfiler (Results 1 – 2 of 2) sorted by relevance
157 class MemProfiler { class159 MemProfiler(Module &M) { in MemProfiler() function in __anon3cc0dfc70111::MemProfiler212 MemProfiler Profiler(*F.getParent()); in runOnFunction()242 ModuleMemProfiler MemProfiler(M); in runOnModule() local243 return MemProfiler.instrumentModule(M); in runOnModule()254 MemProfiler Profiler(M); in run()306 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()468 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress()530 void MemProfiler::initializeCallbacks(Module &M) { in initializeCallbacks()[all …]
1538 SRCS_MIN+= Transforms/Instrumentation/MemProfiler.cpp