Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DParallelLoopFusion.cpp55 const BlockAndValueMapping &firstToSecondPloopIndices) { in haveNoReadsAfterWriteExceptSameIndex() argument
82 if (firstToSecondPloopIndices.lookupOrDefault(storeIndices[i]) != in haveNoReadsAfterWriteExceptSameIndex()
95 const BlockAndValueMapping &firstToSecondPloopIndices) { in verifyDependencies() argument
97 firstToSecondPloopIndices)) in verifyDependencies()
109 const BlockAndValueMapping &firstToSecondPloopIndices) { in isFusionLegal() argument
114 firstToSecondPloopIndices)); in isFusionLegal()
120 BlockAndValueMapping firstToSecondPloopIndices; in fuseIfLegal() local
121 firstToSecondPloopIndices.map(firstPloop.getBody()->getArguments(), in fuseIfLegal()
124 if (!isFusionLegal(firstPloop, secondPloop, firstToSecondPloopIndices)) in fuseIfLegal()
129 b.clone(op, firstToSecondPloopIndices); in fuseIfLegal()