Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp1816 auto canFuseWithSibNode = [&](Node *sibNode, Value memref) { in findSiblingNodeToFuse() local
1876 if (canFuseWithSibNode(sibNode, memref)) { in findSiblingNodeToFuse()
1914 if (canFuseWithSibNode(sibNode, outEdge.value)) { in findSiblingNodeToFuse()