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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp84 static inline bool isInterestingPointer(Value *V) { function
119 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
123 if (isInterestingPointer(DataOp))
130 if (isInterestingPointer(*OI))

Completed in 92 milliseconds