Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DArgument.h96 bool hasNoCaptureAttr() const;
/external/llvm/include/llvm/IR/
DArgument.h100 bool hasNoCaptureAttr() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h100 bool hasNoCaptureAttr() const;
/external/llvm-project/llvm/include/llvm/IR/
DArgument.h119 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-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp707 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) { in addArgumentAttrs()
721 if (!A->hasNoCaptureAttr()) { in addArgumentAttrs()
787 if (!Node->Definition->hasNoCaptureAttr()) in addArgumentAttrs()
806 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A)) in addArgumentAttrs()
/external/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp708 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) { in addArgumentAttrs()
722 if (!A->hasNoCaptureAttr()) { in addArgumentAttrs()
788 if (!Node->Definition->hasNoCaptureAttr()) in addArgumentAttrs()
807 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A)) in addArgumentAttrs()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp175 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr()); in TEST_F()
/external/llvm/lib/IR/
DFunction.cpp152 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp181 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr()); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp161 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument
/external/llvm-project/llvm/lib/IR/
DFunction.cpp234 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument