Home
last modified time | relevance | path

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

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