Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp217 class MemProfiler { class
219 MemProfiler(Module &M) { in MemProfiler() function in __anon3967f7130111::MemProfiler
280 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 …]
/freebsd/lib/clang/libllvm/
H A DMakefile1800 SRCS_MIN+= Transforms/Instrumentation/MemProfiler.cpp