Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h509 bool isReducibleRegion(Region &R, DebugLoc &DbgLoc) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1679 if (!isReducibleRegion(CurRegion, DbgLoc)) in isValidRegion()
1714 bool ScopDetection::isReducibleRegion(Region &R, DebugLoc &DbgLoc) const { in isReducibleRegion() function in ScopDetection