Searched refs:secondPloop (Results 1 – 1 of 1) sorted by relevance
34 ParallelOp secondPloop) { in equalIterationSpaces() argument35 if (firstPloop.getNumLoops() != secondPloop.getNumLoops()) in equalIterationSpaces()44 secondPloop.getLowerBound()) && in equalIterationSpaces()46 secondPloop.getUpperBound()) && in equalIterationSpaces()54 ParallelOp firstPloop, ParallelOp secondPloop, in haveNoReadsAfterWriteExceptSameIndex() argument104 secondPloop, firstPloop, secondToFirstPloopIndices)); in verifyDependencies()108 isFusionLegal(ParallelOp firstPloop, ParallelOp secondPloop, in isFusionLegal() argument111 !hasNestedParallelOp(secondPloop) && in isFusionLegal()112 equalIterationSpaces(firstPloop, secondPloop) && in isFusionLegal()113 succeeded(verifyDependencies(firstPloop, secondPloop, in isFusionLegal()[all …]