Searched refs:MemProfiler (Results 1 – 4 of 4) sorted by relevance
157 class MemProfiler { class159 MemProfiler(Module &M) { in MemProfiler() function in __anon4d3216030111::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()296 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()306 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()413 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, in instrumentMaskedLoadOrStore()[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",