HomeSort by relevance Sort by last modified time
    Searched refs:isInterestingPointer (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 126 static inline bool isInterestingPointer(Value *V) {
148 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
153 if (isInterestingPointer(*AI))
160 if (isInterestingPointer(*OI))
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 86 static inline bool isInterestingPointer(Value *V) {
121 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
125 if (isInterestingPointer(DataOp))
132 if (isInterestingPointer(*OI))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 85 static inline bool isInterestingPointer(Value *V) {
120 if (!isa<Function>(Callee) && isInterestingPointer(Callee))
124 if (isInterestingPointer(DataOp))
131 if (isInterestingPointer(*OI))

Completed in 498 milliseconds