Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp479 if (findStringMetadataForLoop(CurLoop, LICMVersioningMetaData)) { in isLoopAlreadyVisited()
H A DLoopDistribute.cpp941 findStringMetadataForLoop(L, "llvm.loop.distribute.enable"); in setForced()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1048 Optional<const MDOperand *> llvm::findStringMetadataForLoop(const Loop *TheLoop, in findStringMetadataForLoop() function in llvm
1088 findStringMetadataForLoop(TheLoop, Name).value_or(nullptr); in getOptionalIntLoopAttribute()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1346 Optional<const MDOperand *> findStringMetadataForLoop(const Loop *TheLoop,
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1788 EXPECT_TRUE(findStringMetadataForLoop(L, "llvm.loop.parallel_accesses")); in TEST_F()
1819 EXPECT_TRUE(findStringMetadataForLoop(L, "llvm.loop.parallel_accesses")); in TEST_F()