OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aliasesPointer
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
AliasSetTracker.cpp
140
///
aliasesPointer
- Return true if the specified pointer "may" (or must)
143
bool AliasSet::
aliasesPointer
(const Value *Ptr, uint64_t Size,
223
if (I->Forward || !I->
aliasesPointer
(Ptr, Size, TBAAInfo, AA)) continue;
241
if (!I->Forward && I->
aliasesPointer
(Ptr, Size, TBAAInfo, 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 MDNode *TBAAInfo,
Completed in 524 milliseconds