Searched refs:MemProfiler (Results 1 – 2 of 2) sorted by relevance
217 class MemProfiler { class219 MemProfiler(Module &M) { in MemProfiler() function in __anon3967f7130111::MemProfiler280 MemProfiler Profiler(M); in run()301 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()311 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()328 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()422 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, in instrumentMaskedLoadOrStore()454 void MemProfiler::instrumentMop(Instruction *I, const DataLayout &DL, in instrumentMop()481 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress()562 void MemProfiler::initializeCallbacks(Module &M) { in initializeCallbacks()[all …]
1800 SRCS_MIN+= Transforms/Instrumentation/MemProfiler.cpp