Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp195 static unsigned getMaxLoopDepth(ArrayRef<Operation *> srcOps, in getMaxLoopDepth() function
311 if (getMaxLoopDepth(opsA, opsB) < dstLoopDepth) { in canFuseLoops()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2128 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; } in getMaxLoopDepth() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp2141 OS.indent(4) << "Max Loop Depth: " << getMaxLoopDepth() << "\n"; in print()
H A DScopBuilder.cpp3627 if (scop->getMaxLoopDepth() > 0) in ScopBuilder()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3585 << " | loop depth: " << S->getMaxLoopDepth() << "\n"); in runOnScop()