Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp192 isInterestingMemoryAccess(Instruction *I) const;
286 MemProfiler::isInterestingMemoryAccess(Instruction *I) const { in isInterestingMemoryAccess() function in MemProfiler
583 if (isInterestingMemoryAccess(&Inst) || isa<MemIntrinsic>(Inst)) in instrumentFunction()
602 isInterestingMemoryAccess(Inst); in instrumentFunction()