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 71 bool hasNoAliasAttr() const;
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 555 return A->hasNoAliasAttr() || A->hasByValAttr();
MemoryBuiltins.cpp 137 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) {
158 hasNoAliasAttr(V, LookThroughBitCast);
Lint.cpp 237 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
BasicAliasAnalysis.cpp 61 if (A->hasByValAttr() || A->hasNoAliasAttr())
    [all...]
  /external/llvm/lib/IR/
Function.cpp 101 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
103 bool Argument::hasNoAliasAttr() const {

Completed in 186 milliseconds