Home
last modified time | relevance | path

Searched refs:returnDoesNotAlias (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp464 F.hasFnAttribute(Attribute::NoRecurse), F.returnDoesNotAlias(), in computeFunctionSummary()
712 F->returnDoesNotAlias(), in buildModuleSummaryIndex()
H A DCFLGraph.h465 if (Fn == nullptr || !Fn->returnDoesNotAlias()) in visitCallBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp942 if (F->returnDoesNotAlias()) in addNoAliasAttrs()
962 if (F->returnDoesNotAlias() || in addNoAliasAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h701 bool returnDoesNotAlias() const { in returnDoesNotAlias() function
H A DInstrTypes.h1763 bool returnDoesNotAlias() const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp768 KEYWORD(returnDoesNotAlias); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp698 if (!F->returnDoesNotAlias()) in createMalloc()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst7324 funcFlags: (readNone: 0, readOnly: 0, noRecurse: 0, returnDoesNotAlias: 0)