Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp189 if (opIsInsideLoops(mergeStore)) in collectArrayMentionFrom()
199 if (opIsInsideLoops(store)) in collectArrayMentionFrom()
302 bool opIsInsideLoops(mlir::Operation *op) const { in opIsInsideLoops() function in __anon34e2ca540211::ReachCollector