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

  /external/llvm/include/llvm/
Argument.h 62 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
64 bool hasNoAliasAttr() const;
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 440 return A->hasNoAliasAttr() || A->hasByValAttr();
BasicAliasAnalysis.cpp 77 if (A->hasByValAttr() || A->hasNoAliasAttr()) {
    [all...]
Lint.cpp 232 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy())
  /external/llvm/lib/VMCore/
Function.cpp 96 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
98 bool Argument::hasNoAliasAttr() const {

Completed in 354 milliseconds