Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Analysis/
H A DTestMemRefDependenceCheck.cpp82 getNumCommonSurroundingLoops(*srcOpInst, *dstOpInst); in checkDependences()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h365 unsigned getNumCommonSurroundingLoops(Operation &a, Operation &b);
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp236 getNumCommonSurroundingLoops(*srcOpInst, *dstOpInst); in getMaxLoopDepth()
318 unsigned numCommonLoops = mlir::getNumCommonSurroundingLoops( in canFuseLoops()
H A DUtils.cpp711 getNumCommonSurroundingLoops(*start, *memOp); in hasNoInterveningEffect()
716 unsigned nsLoops = getNumCommonSurroundingLoops(*op, *memOp); in hasNoInterveningEffect()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1271 unsigned mlir::getNumCommonSurroundingLoops(Operation &a, Operation &b) { in getNumCommonSurroundingLoops() function in mlir