Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1499 std::vector<Region *> ToExpand; in findScops() local
1502 ToExpand.push_back(SubRegion.get()); in findScops()
1504 for (Region *CurrentRegion : ToExpand) { in findScops()