Searched refs:getMaxLoopDepth (Results 1 – 5 of 5) sorted by relevance
194 static unsigned getMaxLoopDepth(ArrayRef<Operation *> dstOps, in getMaxLoopDepth() function314 if (getMaxLoopDepth(opsB, fusionStrategy) < dstLoopDepth) { in canFuseLoops()
2162 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; } in getMaxLoopDepth() function
2226 OS.indent(4) << "Max Loop Depth: " << getMaxLoopDepth() << "\n"; in print()
3810 if (scop->getMaxLoopDepth() > 0) in ScopBuilder()
3558 << " | loop depth: " << S->getMaxLoopDepth() << "\n"); in runOnScop()