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

  /external/llvm/include/llvm/IR/
Argument.h 80 bool hasNoAliasAttr() const;
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 558 return A->hasNoAliasAttr();
577 return A->hasNoAliasAttr() || A->hasByValAttr();
MemoryBuiltins.cpp 142 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) {
163 hasNoAliasAttr(V, LookThroughBitCast);
Lint.cpp 237 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
BasicAliasAnalysis.cpp 75 if (A->hasByValAttr() || A->hasNoAliasAttr())
    [all...]
  /external/llvm/lib/IR/
Function.cpp 124 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
126 bool Argument::hasNoAliasAttr() const {

Completed in 235 milliseconds