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

/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp126 static inline bool isInterestingPointer(Value *V) { function
148 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
153 if (isInterestingPointer(*AI))
160 if (isInterestingPointer(*OI))

Completed in 36 milliseconds