Searched refs:getMaxLoopDepth (Results 1 – 5 of 5) sorted by relevance
195 static unsigned getMaxLoopDepth(ArrayRef<Operation *> srcOps, in getMaxLoopDepth() function311 if (getMaxLoopDepth(opsA, opsB) < dstLoopDepth) { in canFuseLoops()
2128 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; } in getMaxLoopDepth() function
2141 OS.indent(4) << "Max Loop Depth: " << getMaxLoopDepth() << "\n"; in print()
3627 if (scop->getMaxLoopDepth() > 0) in ScopBuilder()
3585 << " | loop depth: " << S->getMaxLoopDepth() << "\n"); in runOnScop()