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

/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp86 static inline bool isInterestingPointer(Value *V) { function
121 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
125 if (isInterestingPointer(DataOp))
132 if (isInterestingPointer(*OI))
/external/swiftshader/third_party/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 94 milliseconds