Lines Matching refs:collectArrayMentionFrom

127   void collectArrayMentionFrom(mlir::Operation *op, mlir::ValueRange range) {  in collectArrayMentionFrom()  function in __anon34e2ca540211::ReachCollector
129 collectArrayMentionFrom(op, mlir::Value{}); in collectArrayMentionFrom()
133 collectArrayMentionFrom(v); in collectArrayMentionFrom()
157 void collectArrayMentionFrom(mlir::Operation *op, mlir::Value val) { in collectArrayMentionFrom() function in __anon34e2ca540211::ReachCollector
168 collectArrayMentionFrom(u); in collectArrayMentionFrom()
185 collectArrayMentionFrom(user, user->getResults()); in collectArrayMentionFrom()
190 collectArrayMentionFrom(mergeStore.getSequence()); in collectArrayMentionFrom()
200 collectArrayMentionFrom(store.getValue()); in collectArrayMentionFrom()
210 collectArrayMentionFrom(access.getResult()); in collectArrayMentionFrom()
240 collectArrayMentionFrom(u); in collectArrayMentionFrom()
243 void collectArrayMentionFrom(mlir::BlockArgument ba) { in collectArrayMentionFrom() function in __anon34e2ca540211::ReachCollector
248 collectArrayMentionFrom(rop.blockArgToSourceOp(ba.getArgNumber())); in collectArrayMentionFrom()
261 collectArrayMentionFrom(u); in collectArrayMentionFrom()
267 void collectArrayMentionFrom(mlir::Value val) { in collectArrayMentionFrom() function in __anon34e2ca540211::ReachCollector
274 collectArrayMentionFrom(ba); in collectArrayMentionFrom()
280 collectArrayMentionFrom(op, val); in collectArrayMentionFrom()
296 collector.collectArrayMentionFrom(seq); in reachingValues()
316 collectArrayMentionFrom(userOperand); in followUsers()