Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp153 void collectArrayMentionFrom(mlir::Operation *op, mlir::ValueRange range) { in collectArrayMentionFrom() function in __anon98d240d70211::ReachCollector
155 collectArrayMentionFrom(op, mlir::Value{}); in collectArrayMentionFrom()
159 collectArrayMentionFrom(v); in collectArrayMentionFrom()
183 void collectArrayMentionFrom(mlir::Operation *op, mlir::Value val) { in collectArrayMentionFrom() function in __anon98d240d70211::ReachCollector
194 collectArrayMentionFrom(u); in collectArrayMentionFrom()
211 collectArrayMentionFrom(user, user->getResults()); in collectArrayMentionFrom()
216 collectArrayMentionFrom(mergeStore.getSequence()); in collectArrayMentionFrom()
226 collectArrayMentionFrom(store.getValue()); in collectArrayMentionFrom()
236 collectArrayMentionFrom(access.getResult()); in collectArrayMentionFrom()
266 collectArrayMentionFrom(u); in collectArrayMentionFrom()
[all …]