Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1393 bool FoundInside = false; member in __anona9ec74a90211::SCEVFindInsideScop
1405 return SFIS.FoundInside; in hasVariant()
1410 FoundInside |= S->getRegion().contains(AddRec->getLoop()); in follow()
1413 FoundInside |= S->getRegion().contains(I) && !VMap.count(I); in follow()
1415 return !FoundInside; in follow()
1418 bool isDone() { return FoundInside; } in isDone()