Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp194 static unsigned getMaxLoopDepth(ArrayRef<Operation *> dstOps, in getMaxLoopDepth() function
314 if (getMaxLoopDepth(opsB, fusionStrategy) < dstLoopDepth) { in canFuseLoops()
/external/llvm-project/polly/include/polly/
DScopInfo.h2162 inline unsigned getMaxLoopDepth() const { return MaxLoopDepth; } in getMaxLoopDepth() function
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp2226 OS.indent(4) << "Max Loop Depth: " << getMaxLoopDepth() << "\n"; in print()
DScopBuilder.cpp3810 if (scop->getMaxLoopDepth() > 0) in ScopBuilder()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3558 << " | loop depth: " << S->getMaxLoopDepth() << "\n"); in runOnScop()