Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp157 class MemProfiler { class
159 MemProfiler(Module &M) { in MemProfiler() function in __anon394ab19e0111::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()
296 Value *MemProfiler::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow()
306 void MemProfiler::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic()
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess()
413 void MemProfiler::instrumentMaskedLoadOrStore(const DataLayout &DL, Value *Mask, in instrumentMaskedLoadOrStore()
[all …]
H A DCMakeLists.txt8 MemProfiler.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn23 "MemProfiler.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMInstrumentation/
H A DMakefile21 MemProfiler.cpp \