Searched refs:MemProfiler (Results 1 – 2 of 2) sorted by relevance
179 class MemProfiler { class181 MemProfiler(Module &M) { in MemProfiler() function in __anon8af1de490111::MemProfiler243 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()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()548 bool MemProfiler::insertDynamicShadowAtFunctionEntry(Function &F) { in insertDynamicShadowAtFunctionEntry()[all …]
1786 SRCS_MIN+= Transforms/Instrumentation/MemProfiler.cpp