Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1515 Region *ExpandedR = expandRegion(*CurrentRegion); in findScops() local
1517 if (!ExpandedR) in findScops()
1520 R.addSubRegion(ExpandedR, true); in findScops()
1521 ValidRegions.insert(ExpandedR); in findScops()
1523 removeCachedResultsRecursively(*ExpandedR); in findScops()