Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp74 if (hasDistributeTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h302 TransformationMode hasDistributeTransformation(const Loop *L);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp496 TransformationMode llvm::hasDistributeTransformation(const Loop *L) { in hasDistributeTransformation() function in llvm