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 351 /// getAliasSetForPointer - Return the alias set that the specified pointer
355 AliasSet &getAliasSetForPointer(Value *P, uint64_t Size,
424 AliasSet &AS = getAliasSetForPointer(P, Size, AAInfo, &NewSet);
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 277 /// getAliasSetForPointer - Return the alias set that the specified pointer
279 AliasSet &AliasSetTracker::getAliasSetForPointer(Value *Pointer, uint64_t Size,
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp     [all...]

Completed in 162 milliseconds