Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/
DParallelLoopFusion.cpp53 const BlockAndValueMapping &firstToSecondPloopIndices) { in haveNoReadsAfterWriteExceptSameIndex() argument
80 if (firstToSecondPloopIndices.lookupOrDefault(storeIndices[i]) != in haveNoReadsAfterWriteExceptSameIndex()
93 const BlockAndValueMapping &firstToSecondPloopIndices) { in verifyDependencies() argument
95 firstToSecondPloopIndices)) in verifyDependencies()
107 const BlockAndValueMapping &firstToSecondPloopIndices) { in isFusionLegal() argument
112 firstToSecondPloopIndices)); in isFusionLegal()
118 BlockAndValueMapping firstToSecondPloopIndices; in fuseIfLegal() local
119 firstToSecondPloopIndices.map(firstPloop.getBody()->getArguments(), in fuseIfLegal()
122 if (!isFusionLegal(firstPloop, secondPloop, firstToSecondPloopIndices)) in fuseIfLegal()
127 b.clone(op, firstToSecondPloopIndices); in fuseIfLegal()