Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1824 unsigned AdjacentBlockIndex = 0; in isReducibleRegion() local
1839 AdjacentBlockIndex = DFSStack.top().second; in isReducibleRegion()
1845 for (unsigned I = AdjacentBlockIndex; I < NSucc; in isReducibleRegion()
1846 ++I, ++AdjacentBlockIndex) { in isReducibleRegion()
1876 if (AdjacentBlockIndex == NSucc) in isReducibleRegion()