Home
last modified time | relevance | path

Searched defs:setMustProgress (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h672 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress() function