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

  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 146 /// aliasesPointer - Return true if the specified pointer "may" (or must)
149 bool AliasSet::aliasesPointer(const Value *Ptr, uint64_t Size,
230 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInfo, AA)) continue;
248 if (!I->Forward && I->aliasesPointer(Ptr, Size, AAInfo, AA))
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 266 /// aliasesPointer - Return true if the specified pointer "may" (or must)
269 bool aliasesPointer(const Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo,

Completed in 70 milliseconds