Home
last modified time | relevance | path

Searched refs:MustProgress (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h83 bool MustProgress; member
214 const llvm::DebugLoc &EndLoc, bool MustProgress = false);
286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
H A DCGLoopInfo.cpp431 if (Attrs.MustProgress) in createMetadata()
455 PipelineInitiationInterval(0), MustProgress(false) {} in LoopAttributes()
471 MustProgress = false; in clear()
496 !EndLoc && !Attrs.MustProgress) in LoopInfo()
599 const llvm::DebugLoc &EndLoc, bool MustProgress) { in push() argument
790 setMustProgress(MustProgress); in push()
H A DCodeGenFunction.cpp1206 CurFn->addFnAttr(llvm::Attribute::MustProgress); in EmitFunctionBody()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h670 return hasFnAttribute(Attribute::MustProgress) || in mustProgress()
673 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress()
H A DAttributes.td288 def MustProgress : EnumAttr<"mustprogress", [FnAttr]>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp553 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress() local
555 if (MustProgress) in setLoopMustProgress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp978 case Attribute::MustProgress: in constructFunction()
H A DLocal.cpp3367 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp765 case Attribute::MustProgress: in getAttrKindEncoding()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1526 return Attribute::MustProgress; in getAttrFromCode()