reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Argument.h
   91   bool hasNoCaptureAttr() const;

References

lib/Transforms/IPO/FunctionAttrs.cpp
  706         if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
  720       if (!A->hasNoCaptureAttr()) {
  786         if (!Node->Definition->hasNoCaptureAttr())
  805         if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A))
unittests/Transforms/Utils/CloningTest.cpp
  180   EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr());