Home
last modified time | relevance | path

Searched refs:getIntLoopAttribute (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h1339 int getIntLoopAttribute(const Loop *TheLoop, StringRef Name, int Default = 0);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1099 int llvm::getIntLoopAttribute(const Loop *TheLoop, StringRef Name, in getIntLoopAttribute() function in llvm
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1821 EXPECT_EQ(getIntLoopAttribute(L, "llvm.loop.vectorize.width"), 3); in TEST_F()
1885 EXPECT_EQ(getIntLoopAttribute(Inner, "llvm.loop.unroll.count"), 5); in TEST_F()