Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp73 if (hasDistributeTransformation(L) == TM_ForcedByUser) { in warnAboutLeftoverTransformations()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h308 TransformationMode hasDistributeTransformation(const Loop *L);
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp427 TransformationMode llvm::hasDistributeTransformation(const Loop *L) { in hasDistributeTransformation() function in llvm