Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp69 SCOP_STAT(LoopHasNoExit, "Loop without exit"),
517 return RR->getKind() == RejectReasonKind::LoopHasNoExit; in classof()
568 return RR->getKind() == RejectReasonKind::LoopHasNoExit; in classof()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h93 LoopHasNoExit, enumerator
597 : RejectReason(RejectReasonKind::LoopHasNoExit), L(L), in ReportLoopHasNoExit()