HomeSort by relevance Sort by last modified time
    Searched refs:hasNoCaptureAttr (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Argument.h 66 /// hasNoCaptureAttr - Return true if this argument has the nocapture
68 bool hasNoCaptureAttr() const;
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 247 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr() &&
  /external/llvm/lib/VMCore/
Function.cpp 103 /// hasNoCaptureAttr - Return true if this argument has the nocapture attribute
105 bool Argument::hasNoCaptureAttr() const {
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 79 if (A->hasNoCaptureAttr())
    [all...]

Completed in 110 milliseconds