Home
last modified time | relevance | path

Searched defs:opsWithUsers (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopInvariantCodeMotion.cpp69 SmallPtrSetImpl<Operation *> &opsWithUsers, in isOpLoopInvariant()
162 SmallPtrSetImpl<Operation *> &opsWithUsers, in areAllOpsInTheBlockListInvariant()
179 SmallPtrSetImpl<Operation *> &opsWithUsers, in checkInvarianceOfNestedIfOps()
207 SmallPtrSet<Operation *, 8> opsWithUsers; in runOnAffineForOp() local