Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDWarnMissedTransforms.cpp73 if (hasDistributeTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopUtils.h308 TransformationMode hasDistributeTransformation(const Loop *L);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp427 TransformationMode llvm::hasDistributeTransformation(const Loop *L) { in hasDistributeTransformation() function in llvm