Home
last modified time | relevance | path

Searched refs:hasNoCaptureAttr (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DArgument.h68 bool hasNoCaptureAttr() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DArgument.h89 bool hasNoCaptureAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h100 bool hasNoCaptureAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h100 bool hasNoCaptureAttr() const;
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp510 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) { in addArgumentAttrs()
524 if (!A->hasNoCaptureAttr()) { in addArgumentAttrs()
596 if (!Node->Definition->hasNoCaptureAttr()) in addArgumentAttrs()
615 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A)) in addArgumentAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp647 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) { in addArgumentAttrs()
661 if (!A->hasNoCaptureAttr()) { in addArgumentAttrs()
730 if (!Node->Definition->hasNoCaptureAttr()) in addArgumentAttrs()
749 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A)) in addArgumentAttrs()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp247 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr() && in AddNoCaptureAttrs()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp105 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp175 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp178 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr()); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp79 if (A->hasNoCaptureAttr()) in isNonEscapingLocalObject()
/external/llvm/lib/IR/
DFunction.cpp152 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp140 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp662 if (I->hasNoCaptureAttr()) in transFunctionDecl()