Home
last modified time | relevance | path

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

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