Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1198 CurFn->addFnAttr(llvm::Attribute::MustProgress); in EmitFunctionBody()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h669 return hasFnAttribute(Attribute::MustProgress) || in mustProgress()
672 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress()
H A DAttributes.td266 def MustProgress : TypeAttr<"mustprogress">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp553 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress() local
555 if (MustProgress) in setLoopMustProgress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp976 case Attribute::MustProgress: in constructFunction()
H A DLocal.cpp3358 if (!F.hasFnAttribute(Attribute::MustProgress) && F.willReturn()) { in inferAttributesFromOthers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp495 if (hasAttribute(Attribute::MustProgress)) in getAsString()
H A DVerifier.cpp1703 case Attribute::MustProgress: in isFuncOnlyAttr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp761 case Attribute::MustProgress: in getAttrKindEncoding()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1550 return Attribute::MustProgress; in getAttrFromCode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1380 B.addAttribute(Attribute::MustProgress); in parseFnAttributeValuePairs()