Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h73 InvalidTerminator, enumerator
212 : ReportCFG(RejectReasonKind::InvalidTerminator), BB(BB) {} in ReportInvalidTerminator()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp52 SCOP_STAT(InvalidTerminator, "Unsupported terminator instruction"),
216 return RR->getKind() == RejectReasonKind::InvalidTerminator; in classof()