Searched refs:MustProgress (Results 1 – 10 of 10) sorted by relevance
83 bool MustProgress; member214 const llvm::DebugLoc &EndLoc, bool MustProgress = false);286 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
432 if (Attrs.MustProgress) in createMetadata()456 PipelineInitiationInterval(0), MustProgress(false) {} in LoopAttributes()472 MustProgress = false; in clear()497 !EndLoc && !Attrs.MustProgress) in LoopInfo()600 const llvm::DebugLoc &EndLoc, bool MustProgress) { in push() argument791 setMustProgress(MustProgress); in push()
1255 CurFn->addFnAttr(llvm::Attribute::MustProgress); in EmitFunctionBody()
596 return hasFnAttribute(Attribute::MustProgress) || in mustProgress()599 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress()
304 def MustProgress : EnumAttr<"mustprogress", [FnAttr]>;
551 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress() local553 if (MustProgress) in setLoopMustProgress()
960 case Attribute::MustProgress: in constructFunction()
3510 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
806 case Attribute::MustProgress: in getAttrKindEncoding()
2064 return Attribute::MustProgress; in getAttrFromCode()