Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1587 std::vector<Region *> ToExpand; in findScops() local
1590 ToExpand.push_back(SubRegion.get()); in findScops()
1592 for (Region *CurrentRegion : ToExpand) { in findScops()