Home
last modified time | relevance | path

Searched refs:MemProfiler (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfInstrumentation.cpp181 class MemProfiler { class
183 MemProfiler(Module &M) { in MemProfiler() function in __anonef5aa81b0111::MemProfiler
246 MemProfiler Profiler(M); in run()
263 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
273 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()
290 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()
384 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()
547 void MemProfiler::initializeCallbacks(Module &M) { in initializeCallbacks()
[all …]