Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h546 const RejectLog *lookupRejectionLog(const Region *R) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp422 auto *Log = lookupRejectionLog(R); in regionIsInvalidBecause()
1511 bool HadErrors = lookupRejectionLog(CurrentRegion)->hasErrors(); in findScops()
1837 const RejectLog *ScopDetection::lookupRejectionLog(const Region *R) const { in lookupRejectionLog() function in ScopDetection