Lines Matching refs:Operation
54 checkInvarianceOfNestedIfOps(Operation *op, Value indVar, ValueRange iterArgs,
55 SmallPtrSetImpl<Operation *> &opsWithUsers,
56 SmallPtrSetImpl<Operation *> &opsToHoist);
57 static bool isOpLoopInvariant(Operation &op, Value indVar, ValueRange iterArgs,
58 SmallPtrSetImpl<Operation *> &opsWithUsers,
59 SmallPtrSetImpl<Operation *> &opsToHoist);
64 SmallPtrSetImpl<Operation *> &opsWithUsers,
65 SmallPtrSetImpl<Operation *> &opsToHoist);
68 bool isOpLoopInvariant(Operation &op, Value indVar, ValueRange iterArgs, in isOpLoopInvariant()
69 SmallPtrSetImpl<Operation *> &opsWithUsers, in isOpLoopInvariant()
70 SmallPtrSetImpl<Operation *> &opsToHoist) { in isOpLoopInvariant()
162 SmallPtrSetImpl<Operation *> &opsWithUsers, in areAllOpsInTheBlockListInvariant()
163 SmallPtrSetImpl<Operation *> &opsToHoist) { in areAllOpsInTheBlockListInvariant()
177 bool checkInvarianceOfNestedIfOps(Operation *op, Value indVar, in checkInvarianceOfNestedIfOps()
179 SmallPtrSetImpl<Operation *> &opsWithUsers, in checkInvarianceOfNestedIfOps()
180 SmallPtrSetImpl<Operation *> &opsToHoist) { in checkInvarianceOfNestedIfOps()
205 SmallPtrSet<Operation *, 8> opsToHoist; in runOnAffineForOp()
206 SmallVector<Operation *, 8> opsToMove; in runOnAffineForOp()
207 SmallPtrSet<Operation *, 8> opsWithUsers; in runOnAffineForOp()