Home
last modified time | relevance | path

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

/src/contrib/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()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h650 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress() function
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp4246 F.setMustProgress(); in inferAttributesFromOthers()