Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp553 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress()
573 findOptionMDForLoop(this, "llvm.loop.parallel_accesses"); in isAnnotatedParallel()
1045 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop() function in llvm
1056 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in findStringMetadataForLoop()
1071 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in getOptionalBoolLoopAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h1296 MDNode *findOptionMDForLoop(const Loop *TheLoop, StringRef Name);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp124 findOptionMDForLoop(L, "amdgpu.loop.unroll.threshold")) { in getUnrollingPreferences()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp849 !findOptionMDForLoop(CurrentLoop, "llvm.loop.unswitch.partial.disable")) { in processCurrentLoop()
H A DSimpleLoopUnswitch.cpp2748 if (MSSAU && !findOptionMDForLoop(&L, "llvm.loop.unswitch.partial.disable") && in unswitchBestCondition()