Home
last modified time | relevance | path

Searched refs:findOptionMDForLoop (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp547 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress()
567 findOptionMDForLoop(this, "llvm.loop.parallel_accesses"); in isAnnotatedParallel()
1039 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop() function in llvm
1050 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in findStringMetadataForLoop()
1065 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in getOptionalBoolLoopAttribute()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1325 MDNode *findOptionMDForLoop(const Loop *TheLoop, StringRef Name);
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp126 findOptionMDForLoop(L, "amdgpu.loop.unroll.threshold")) { in getUnrollingPreferences()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp2795 if (MSSAU && !findOptionMDForLoop(&L, "llvm.loop.unswitch.partial.disable") && in unswitchBestCondition()