Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp87 static inline bool isInterestingPointer(Value *V) { in isInterestingPointer() function
121 if (!isa<Function>(Callee) && isInterestingPointer(Callee)) in runInternal()
125 if (isInterestingPointer(DataOp)) in runInternal()
131 if (isInterestingPointer(Op)) in runInternal()