Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp432 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() argument
791 setMustProgress(MustProgress); in push()
H A DCodeGenFunction.cpp1255 CurFn->addFnAttr(llvm::Attribute::MustProgress); in EmitFunctionBody()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h596 return hasFnAttribute(Attribute::MustProgress) || in mustProgress()
599 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress()
H A DAttributes.td304 def MustProgress : EnumAttr<"mustprogress", [FnAttr]>;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp551 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress() local
553 if (MustProgress) in setLoopMustProgress()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp960 case Attribute::MustProgress: in constructFunction()
H A DLocal.cpp3510 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp806 case Attribute::MustProgress: in getAttrKindEncoding()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2064 return Attribute::MustProgress; in getAttrFromCode()