Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp51 getOptionalIntLoopAttribute(L, "llvm.loop.vectorize.width"); in warnAboutLeftoverTransformations()
53 getOptionalIntLoopAttribute(L, "llvm.loop.interleave.count"); in warnAboutLeftoverTransformations()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp232 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(Loop *TheLoop, in getOptionalIntLoopAttribute() function in llvm
336 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()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h177 llvm::Optional<int> getOptionalIntLoopAttribute(Loop *TheLoop, StringRef Name);