Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h296 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress() function
H A DCGLoopInfo.cpp820 setMustProgress(MustProgress); in push()
H A DCGCoroutine.cpp444 Fn->setMustProgress(); in generateAwaitSuspendWrapper()
/llvm-project/llvm/include/llvm/IR/
H A DFunction.h671 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setUWTableKind()
650 void setMustProgress() { addFnAttr(Attribute::MustProgress); } setMustProgress() function
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4336 F.setMustProgress();