Lines Matching refs:MemProfiler
179 class MemProfiler { class
181 MemProfiler(Module &M) { in MemProfiler() function in __anon8af1de490111::MemProfiler
243 MemProfiler Profiler(M); in run()
259 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
269 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()
286 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()
382 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, in instrumentMaskedLoadOrStore()
416 void MemProfiler::instrumentMop(Instruction *I, const DataLayout &DL, in instrumentMop()
443 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress()
505 void MemProfiler::initializeCallbacks(Module &M) { in initializeCallbacks()
530 bool MemProfiler::maybeInsertMemProfInitAtFunctionEntry(Function &F) { in maybeInsertMemProfInitAtFunctionEntry()
548 bool MemProfiler::insertDynamicShadowAtFunctionEntry(Function &F) { in insertDynamicShadowAtFunctionEntry()
558 bool MemProfiler::instrumentFunction(Function &F) { in instrumentFunction()