Searched refs:newOps (Results 1 – 2 of 2) sorted by relevance
897 SmallVector<Operation *> &newOps) { in assertDestinationPassingStyle() argument964 SmallVector<Operation *> newOps; in analyzeOp() local966 failed(assertDestinationPassingStyle(op, state, aliasInfo, newOps)); in analyzeOp()
1371 SmallPtrSet<Operation *, 4> newOps; in loopUnrollJamByFactor() local1380 newOps.insert(op); in loopUnrollJamByFactor()1383 forOp.getResult(pos).replaceAllUsesExcept(lhs, newOps); in loopUnrollJamByFactor()