Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.h80 bool MustProgress; member
211 const llvm::DebugLoc &EndLoc, bool MustProgress = false);
279 void setMustProgress(bool P) { StagedAttrs.MustProgress = P; } in setMustProgress()
DCGLoopInfo.cpp415 if (Attrs.MustProgress) in createMetadata()
438 PipelineInitiationInterval(0), MustProgress(false) {} in LoopAttributes()
453 MustProgress = false; in clear()
477 !EndLoc && !Attrs.MustProgress) in LoopInfo()
578 const llvm::DebugLoc &EndLoc, bool MustProgress) { in push() argument
755 setMustProgress(MustProgress); in push()
DCodeGenFunction.cpp1190 CurFn->addFnAttr(llvm::Attribute::MustProgress); in EmitFunctionBody()
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h638 return hasFnAttribute(Attribute::MustProgress) || in mustProgress()
641 void setMustProgress() { addFnAttr(Attribute::MustProgress); } in setMustProgress()
DAttributes.td251 def MustProgress : TypeAttr<"mustprogress">;
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp546 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress() local
548 if (MustProgress) in setLoopMustProgress()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp974 case Attribute::MustProgress: in constructFunction()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp454 if (hasAttribute(Attribute::MustProgress)) in getAsString()
DVerifier.cpp1641 case Attribute::MustProgress: in isFuncOnlyAttr()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp749 case Attribute::MustProgress: in getAttrKindEncoding()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1539 return Attribute::MustProgress; in getAttrFromCode()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp1352 B.addAttribute(Attribute::MustProgress); in parseFnAttributeValuePairs()