Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp215 if (opIsInsideLoops(mergeStore)) in collectArrayMentionFrom()
225 if (opIsInsideLoops(store)) in collectArrayMentionFrom()
328 bool opIsInsideLoops(mlir::Operation *op) const { in opIsInsideLoops() function in __anon98d240d70211::ReachCollector