Searched refs:getOptionalIntLoopAttribute (Results 1 – 3 of 3) sorted by relevance
51 getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width"); in warnAboutLeftoverTransformations()53 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
232 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(Loop *TheLoop, in getOptionalIntLoopAttribute() function in llvm336 getOptionalIntLoopAttribute(L, "llvm.loop.unroll.count"); in hasUnrollTransformation()357 getOptionalIntLoopAttribute(L, "llvm.loop.unroll_and_jam.count"); in hasUnrollAndJamTransformation()378 getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width"); in hasVectorizeTransformation()380 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in hasVectorizeTransformation()
177 llvm::Optional<int> getOptionalIntLoopAttribute(Loop *TheLoop, StringRef Name);