Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp188 static unsigned getMaxLoopDepth(ArrayRef<Operation *> srcOps, in getMaxLoopDepth() function
300 if (getMaxLoopDepth(opsA, opsB) < dstLoopDepth) { in canFuseLoops()
/llvm-project/polly/include/polly/
H A DScopInfo.h2127 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; }
2125 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; } getMaxLoopDepth() function
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp2148 OS.indent(4) << "Max Loop Depth: " << getMaxLoopDepth() << "\n"; in print()
H A DScopBuilder.cpp3802 if (scop->getMaxLoopDepth() > 0)