Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DArgument.h94 bool hasNoCaptureAttr() const;
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp550 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) { in addArgumentAttrs()
564 if (!A->hasNoCaptureAttr()) { in addArgumentAttrs()
639 if (!Node->Definition->hasNoCaptureAttr()) in addArgumentAttrs()
660 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A)) in addArgumentAttrs()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp176 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr()); in TEST_F()
/external/llvm/lib/IR/
DFunction.cpp147 bool Argument::hasNoCaptureAttr() const { in hasNoCaptureAttr() function in Argument