Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGLoopInfo.h86 bool MustProgress; member
221 const llvm::DebugLoc &EndLoc, bool MustProgress = false);
296 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
HDCGLoopInfo.cpp432 if (Attrs.MustProgress) in createMetadata()
464 PipelineInitiationInterval(0), CodeAlign(0), MustProgress(false) {} in LoopAttributes()
481 MustProgress = false; in clear()
506 Attrs.CodeAlign == 0 && !StartLoc && !EndLoc && !Attrs.MustProgress) in LoopInfo()
609 const llvm::DebugLoc &EndLoc, bool MustProgress) { in push() argument
820 setMustProgress(MustProgress); in push()
HDCGStmt.cpp954 CurFn->removeFnAttr(llvm::Attribute::MustProgress); in checkIfLoopMustProgress()
HDCodeGenFunction.cpp1524 CurFn->addFnAttr(llvm::Attribute::MustProgress); in GenerateCode()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDFunction.h647 return hasFnAttribute(Attribute::MustProgress) || in mustProgress()
650 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress()
HDAttributes.td337 def MustProgress : EnumAttr<"mustprogress", [FnAttr]>;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp552 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress() local
554 if (MustProgress) in setLoopMustProgress()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h3581 : public IRAttribute<Attribute::MustProgress,
3590 assert(ImpliedAttributeKind == Attribute::MustProgress);
3591 return A.hasAttr(IRP, {Attribute::MustProgress, Attribute::WillReturn},
3592 IgnoreSubsumingPositions, Attribute::MustProgress);
3730 if (!A.hasAttr(IRP, {Attribute::MustProgress}))
6455 CASE(MustProgress, AAMustProgress, );
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp970 case Attribute::MustProgress: in constructFunction()
HDLocal.cpp4245 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributorAttributes.cpp2702 assert(!AA::hasAssumedIRAttr<Attribute::MustProgress>( in initialize()
2730 return AA::hasAssumedIRAttr<Attribute::MustProgress>( in updateImpl()
2763 if (!AA::hasAssumedIRAttr<Attribute::MustProgress>( in updateImpl()
3287 if (!A.hasAttr(getIRPosition(), {Attribute::MustProgress})) in isImpliedByMustprogressAndReadonly()
HDAttributor.cpp3388 checkAndQueryIRAttr<Attribute::MustProgress, AAMustProgress>(FPos, FnAttrs); in identifyDefaultAbstractAttributes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp874 case Attribute::MustProgress: in getAttrKindEncoding()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp2173 return Attribute::MustProgress; in getAttrFromCode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp8404 Fn->addFnAttr(Attribute::MustProgress); in createOffloadEntry()