Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h292 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress() function
H A DCGLoopInfo.cpp809 setMustProgress(MustProgress); in push()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h632 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4140 F.setMustProgress(); in inferAttributesFromOthers()