Searched refs:getNumCommonSurroundingLoops (Results 1 – 5 of 5) sorted by relevance
82 getNumCommonSurroundingLoops(*srcOpInst, *dstOpInst); in checkDependences()
365 unsigned getNumCommonSurroundingLoops(Operation &a, Operation &b);
236 getNumCommonSurroundingLoops(*srcOpInst, *dstOpInst); in getMaxLoopDepth()318 unsigned numCommonLoops = mlir::getNumCommonSurroundingLoops( in canFuseLoops()
711 getNumCommonSurroundingLoops(*start, *memOp); in hasNoInterveningEffect()716 unsigned nsLoops = getNumCommonSurroundingLoops(*op, *memOp); in hasNoInterveningEffect()
1271 unsigned mlir::getNumCommonSurroundingLoops(Operation &a, Operation &b) { in getNumCommonSurroundingLoops() function in mlir