Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp230 isInterestingMemoryAccess(Instruction *I) const;
328 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
636 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
655 isInterestingMemoryAccess(Inst); in instrumentFunction()