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 67 /// hasNoCaptureAttr - Return true if this argument has the nocapture
69 bool hasNoCaptureAttr() const;
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 375 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
385 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
436 if (!Node->Definition->hasNoCaptureAttr())
456 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A))
  /external/llvm/lib/VMCore/
Function.cpp 105 /// hasNoCaptureAttr - Return true if this argument has the nocapture attribute
107 bool Argument::hasNoCaptureAttr() const {
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 63 if (A->hasNoCaptureAttr())
    [all...]

Completed in 92 milliseconds