Searched refs:OtherLoopEntry (Results 1 – 1 of 1) sorted by relevance
289 for (auto *OtherLoopEntry : Graph.getLoopEntries()) { in processRegion() local290 if (OtherLoopEntry != LoopEntry && in processRegion()291 Graph.canReach(LoopEntry, OtherLoopEntry) && in processRegion()292 Graph.canReach(OtherLoopEntry, LoopEntry)) { in processRegion()293 MutualLoopEntries.insert(OtherLoopEntry); in processRegion()