Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp157 class MemProfiler { class
159 MemProfiler(Module &M) { in MemProfiler() function in __anon4d3216030111::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 …]
DCMakeLists.txt8 MemProfiler.cpp
/external/llvm-project/compiler-rt/test/memprof/
DCMakeLists.txt49 add_lit_testsuite(check-memprof "Running the MemProfiler tests"
55 "Running the MemProfiler tests with dynamic runtime"
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
DBUILD.gn23 "MemProfiler.cpp",