Searched refs:doesNotAlias (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DFunctionAttrs.cpp342 if (F->doesNotAlias(0))
362 if (F->doesNotAlias(0) || !F->getReturnType()->isPointerTy())
/external/llvm/include/llvm/IR/
H A DCallSite.h390 bool doesNotAlias(unsigned n) const { function in class:llvm::CallSiteBase
391 CALLSITE_DELEGATE_GETTER(doesNotAlias(n));
H A DFunction.h402 bool doesNotAlias(unsigned n) const { function in class:llvm::Function
H A DInstructions.h1705 bool doesNotAlias(unsigned n) const {
3675 bool doesNotAlias(unsigned n) const {
/external/swiftshader/third_party/LLVM/include/llvm/
H A DFunction.h279 bool doesNotAlias(unsigned n) const { function in class:llvm::Function
/external/llvm/lib/Analysis/
H A DCFLGraph.h408 if (Fn == nullptr || !Fn->doesNotAlias(0))
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h425 bool doesNotAlias(unsigned n) const { function in class:llvm::Function
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp746 if (F->doesNotAlias(0))
766 if (F->doesNotAlias(0) || !F->getReturnType()->isPointerTy())
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp91 if (F.doesNotAlias(n))
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2198 if (AH.doesNotAlias(Index))
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1684 if (!F.doesNotAlias(n)) {
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp425 if (!F->doesNotAlias(0)) F->setDoesNotAlias(0);
/external/llvm/lib/IR/
H A DInstructions.cpp515 if (!F->doesNotAlias(0)) F->setDoesNotAlias(0);

Completed in 737 milliseconds