Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp157 class MemProfiler { class
159 MemProfiler(Module &M) { in MemProfiler() function in __anon3cc0dfc70111::MemProfiler
212 MemProfiler Profiler(*F.getParent()); in runOnFunction()
242 ModuleMemProfiler MemProfiler(M); in runOnModule() local
243 return MemProfiler.instrumentModule(M); in runOnModule()
254 MemProfiler Profiler(M); in run()
306 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()
468 void MemProfiler::instrumentAddress(Instruction *OrigIns, in instrumentAddress()
530 void MemProfiler::initializeCallbacks(Module &M) { in initializeCallbacks()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1538 SRCS_MIN+= Transforms/Instrumentation/MemProfiler.cpp