Home
last modified time | relevance | path

Searched refs:findStringMetadataForLoop (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp104 findStringMetadataForLoop(&L, "llvm.loop.isvectorized.tailfoldingstyle") in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp447 if (findStringMetadataForLoop(CurLoop, LICMVersioningMetaData)) { in isLoopAlreadyVisited()
H A DLoopDistribute.cpp937 findStringMetadataForLoop(L, "llvm.loop.distribute.enable"); in setForced()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h655 findStringMetadataForLoop(const Loop *TheLoop, StringRef Name);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1077 llvm::findStringMetadataForLoop(const Loop *TheLoop, StringRef Name) { in findStringMetadataForLoop() function in llvm
1116 findStringMetadataForLoop(TheLoop, Name).value_or(nullptr); in getOptionalIntLoopAttribute()
H A DLoopAccessAnalysis.cpp2780 findStringMetadataForLoop(TheLoop, "llvm.loop.distribute.enable"); in emitUnsafeDependenceRemark()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4796 if (findStringMetadataForLoop(L, "llvm.loop.isvectorized")) in getAppleRuntimeUnrollPreferences()
4909 if (findStringMetadataForLoop(L, "llvm.loop.isvectorized")) in getUnrollingPreferences()