Home
last modified time | relevance | path

Searched refs:hasVectorizeTransformation (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp54 hasVectorizeTransformation(&L) == TM_ForcedByUser in run()
134 int Threshold = hasVectorizeTransformation(L) == TM_ForcedByUser in runOnLoop()
H A DWarnMissedTransforms.cpp49 if (hasVectorizeTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h301 TransformationMode hasVectorizeTransformation(const Loop *L);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp460 TransformationMode llvm::hasVectorizeTransformation(const Loop *L) { in hasVectorizeTransformation() function in llvm