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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGLoopInfo.h 286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; }
CGLoopInfo.cpp 790 setMustProgress(MustProgress);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 672 void setMustProgress() { addFnAttr(Attribute::MustProgress); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 3359 F.setMustProgress();

Completed in 19 milliseconds