Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp443 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.h654 std::optional<const MDOperand *> findStringMetadataForLoop(const Loop *TheLoop,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1065 llvm::findStringMetadataForLoop(const Loop *TheLoop, StringRef Name) { in findStringMetadataForLoop() function in llvm
1104 findStringMetadataForLoop(TheLoop, Name).value_or(nullptr); in getOptionalIntLoopAttribute()
H A DLoopAccessAnalysis.cpp2713 findStringMetadataForLoop(TheLoop, "llvm.loop.distribute.enable"); in emitUnsafeDependenceRemark()