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

  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 352 /// getAliasSetForPointer - Return the alias set that the specified pointer
356 AliasSet &getAliasSetForPointer(Value *P, uint64_t Size,
421 AliasSet &AS = getAliasSetForPointer(P, Size, TBAAInfo, &NewSet);
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 263 /// getAliasSetForPointer - Return the alias set that the specified pointer
265 AliasSet &AliasSetTracker::getAliasSetForPointer(Value *Pointer, uint64_t Size,
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 165 return CurAST->getAliasSetForPointer(V, Size, TBAAInfo).isMod();

Completed in 1662 milliseconds