Home
last modified time | relevance | path

Searched refs:setMustProgress (Results 1 – 4 of 4) sorted by relevance

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