Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h299 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress() function
H A DCGLoopInfo.cpp802 setMustProgress(MustProgress); in push()
H A DCGCoroutine.cpp445 Fn->setMustProgress(); in generateAwaitSuspendWrapper()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h658 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4347 F.setMustProgress(); in inferAttributesFromOthers()