Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h436 bool returnDoesNotAlias() const { in returnDoesNotAlias() function
437 CALLSITE_DELEGATE_GETTER(returnDoesNotAlias()); in returnDoesNotAlias()
DFunction.h618 bool returnDoesNotAlias() const { in returnDoesNotAlias() function
DInstrTypes.h1637 bool returnDoesNotAlias() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp467 F.hasFnAttribute(Attribute::NoRecurse), F.returnDoesNotAlias(), in computeFunctionSummary()
707 F->returnDoesNotAlias(), in buildModuleSummaryIndex()
DCFLGraph.h458 if (Fn == nullptr || !Fn->returnDoesNotAlias()) in visitCallBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp931 if (F->returnDoesNotAlias()) in addNoAliasAttrs()
951 if (F->returnDoesNotAlias() || in addNoAliasAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp752 KEYWORD(returnDoesNotAlias); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp596 if (!F->returnDoesNotAlias()) in createMalloc()