Searched refs:opsWithUsers (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | AffineLoopInvariantCodeMotion.cpp | 55 SmallPtrSetImpl<Operation *> &opsWithUsers, 58 SmallPtrSetImpl<Operation *> &opsWithUsers, 69 SmallPtrSetImpl<Operation *> &opsWithUsers, in isOpLoopInvariant() argument 74 if (!checkInvarianceOfNestedIfOps(&op, indVar, iterArgs, opsWithUsers, in isOpLoopInvariant() 80 opsWithUsers, opsToHoist)) { in isOpLoopInvariant() 88 opsWithUsers.insert(&op); in isOpLoopInvariant() 162 SmallPtrSetImpl<Operation *> &opsWithUsers, in areAllOpsInTheBlockListInvariant() argument 185 opsWithUsers, opsToHoist)) { in checkInvarianceOfNestedIfOps() 190 opsWithUsers, opsToHoist)) { in checkInvarianceOfNestedIfOps() 207 SmallPtrSet<Operation *, 8> opsWithUsers; in runOnAffineForOp() local [all …]
|