Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp120 unsigned getLoadOpCount(Value memref) { in getLoadOpCount() function
1819 if (sibNode->getLoadOpCount(memref) != 1) in findSiblingNodeToFuse()
1873 if (dstNode->getLoadOpCount(memref) == 0) in findSiblingNodeToFuse()
1892 if (dstNode->getLoadOpCount(inEdge.value) > 0 && in findSiblingNodeToFuse()