Searched refs:aliasesPointer (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp142 /// aliasesPointer - Return true if the specified pointer "may" (or must)
145 bool AliasSet::aliasesPointer(const Value *Ptr, uint64_t Size, function in class:AliasSet
220 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInfo, AA)) continue;
238 if (!AS.Forward && AS.aliasesPointer(Ptr, Size, AAInfo, AA))
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasSetTracker.cpp140 /// aliasesPointer - Return true if the specified pointer "may" (or must)
143 bool AliasSet::aliasesPointer(const Value *Ptr, uint64_t Size, function in class:AliasSet
221 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
239 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasSetTracker.h267 /// aliasesPointer - Return true if the specified pointer "may" (or must)
270 bool aliasesPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo,
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h281 bool aliasesPointer(const Value *Ptr, uint64_t Size, const AAMDNodes &AAInfo,

Completed in 169 milliseconds