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

  /external/llvm/include/llvm/IR/
Argument.h 84 bool hasNoCaptureAttr() const;
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 557 if (A->getType()->isPointerTy() && !A->hasNoCaptureAttr()) {
570 if (!A->hasNoCaptureAttr()) {
641 if (!Node->Definition->hasNoCaptureAttr())
660 if (A->hasNoCaptureAttr() || ArgumentSCCNodes.count(A))
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 177 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr());
  /external/llvm/lib/IR/
Function.cpp 132 /// hasNoCaptureAttr - Return true if this argument has the nocapture attribute
134 bool Argument::hasNoCaptureAttr() const {

Completed in 114 milliseconds