Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp136 static inline bool isInterestingPointer(Value *V) { in isInterestingPointer() function
164 if (!isa<Function>(Callee) && isInterestingPointer(Callee)) in runOnFunction()
169 if (isInterestingPointer(*AI)) in runOnFunction()
176 if (isInterestingPointer(*OI)) in runOnFunction()