HomeSort by: relevance | last modified time | path
    Searched refs:hasNoCaptureAttr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Argument.h 126 bool hasNoCaptureAttr() const;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 718 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
732 if (!A->hasNoCaptureAttr()) {
798 if (!Node->Definition->hasNoCaptureAttr())
817 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A))
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 249 bool Argument::hasNoCaptureAttr() const {

Completed in 25 milliseconds