Home
last modified time | relevance | path

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

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