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

/freebsd-10.1-release/contrib/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
223 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
241 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h266 /// aliasesPointer - Return true if the specified pointer "may" (or must)
269 bool aliasesPointer(const Value *Ptr, uint64_t Size, const MDNode *TBAAInfo,

Completed in 96 milliseconds