Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.h286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress() function
DCGLoopInfo.cpp790 setMustProgress(MustProgress); in push()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h673 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp3368 F.setMustProgress(); in inferAttributesFromOthers()