Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopInfo.cpp552 MDNode *MustProgress = findOptionMDForLoop(this, "llvm.loop.mustprogress"); in setLoopMustProgress()
572 findOptionMDForLoop(this, "llvm.loop.parallel_accesses"); in isAnnotatedParallel()
1055 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop() function in llvm
1066 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in findStringMetadataForLoop()
1081 MDNode *MD = findOptionMDForLoop(TheLoop, Name); in getOptionalBoolLoopAttribute()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopInfo.h633 MDNode *findOptionMDForLoop(const Loop *TheLoop, StringRef Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.cpp129 findOptionMDForLoop(L, "amdgpu.loop.unroll.threshold")) { in getUnrollingPreferences()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSimpleLoopUnswitch.cpp2967 if (MSSAU && !findOptionMDForLoop(&L, "llvm.loop.unswitch.partial.disable") && in collectUnswitchCandidates()
3505 if (!findOptionMDForLoop(&L, "llvm.loop.unswitch.injection.disable")) in unswitchBestCondition()