Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp169 isInterestingMemoryAccess(Instruction *I) const;
325 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
612 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
622 isInterestingMemoryAccess(Inst); in instrumentFunction()