Home
last modified time | relevance | path

Searched refs:hasNoAliasAttr (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
DArgument.h90 bool hasNoAliasAttr() const;
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp554 return A->hasNoAliasAttr(); in isNoAliasArgument()
573 return A->hasNoAliasAttr() || A->hasByValAttr(); in isIdentifiedObject()
DMemoryBuiltins.cpp145 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { in hasNoAliasAttr() function
166 hasNoAliasAttr(V, LookThroughBitCast); in isNoAliasFn()
DLint.cpp246 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) in visitCallSite()
DCFLAliasAnalysis.cpp732 if (!Arg->hasNoAliasAttr() && Arg->getType()->isPointerTy()) in valueToAttrIndex()
DBasicAliasAnalysis.cpp85 if (A->hasByValAttr() || A->hasNoAliasAttr()) in isNonEscapingLocalObject()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp510 if (I.hasNoAliasAttr() && !I.hasNUses(0)) in AddAliasScopeMetadata()
647 if (!A->hasNoAliasAttr()) in AddAliasScopeMetadata()
/external/llvm/lib/IR/
DFunction.cpp139 bool Argument::hasNoAliasAttr() const { in hasNoAliasAttr() function in Argument
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp576 if (!A || !A->onlyReadsMemory() || !A->hasNoAliasAttr()) return false; in canLowerToLDG()