Home
last modified time | relevance | path

Searched refs:getTensorIndices (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp242 static DenseSet<int64_t> getTensorIndices(ValueRange values) { in getTensorIndices() function
448 DenseSet<int64_t> indices = getTensorIndices(forOp.getInitArgs()); in resolveConflicts()
489 DenseSet<int64_t> indices = getTensorIndices(forOp.getInitArgs()); in bufferize()
653 DenseSet<int64_t> indicesBefore = getTensorIndices(whileOp.getInits()); in resolveConflicts()
655 getTensorIndices(whileOp.getAfterArguments()); in resolveConflicts()
725 DenseSet<int64_t> indicesBefore = getTensorIndices(whileOp.getInits()); in bufferize()
727 getTensorIndices(whileOp.getAfterArguments()); in bufferize()