Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp150 mlir::Region *loopRegion) in ReachCollector() argument
151 : reach{reach}, loopRegion{loopRegion} {} in ReachCollector()
318 mlir::Region *loopRegion = nullptr; in reachingValues() local
320 loopRegion = &doLoop->getRegion(0); in reachingValues()
321 ReachCollector collector(reach, loopRegion); in reachingValues()
331 if (region == loopRegion) in opIsInsideLoops()
351 mlir::Region *loopRegion; member in __anon98d240d70211::ReachCollector