Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1232 CurFn->addFnAttr(llvm::Attribute::MustProgress); in EmitFunctionBody()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h616 return hasFnAttribute(Attribute::MustProgress) || in mustProgress()
619 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress()
H A DAttributes.td308 def MustProgress : EnumAttr<"mustprogress", [FnAttr]>;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp547 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress() local
549 if (MustProgress) in setLoopMustProgress()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp964 case Attribute::MustProgress: in constructFunction()
H A DLocal.cpp3394 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp779 case Attribute::MustProgress: in getAttrKindEncoding()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2001 return Attribute::MustProgress; in getAttrFromCode()