Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp68 SCOP_STAT(LoopHasNoExit, "Loop without exit"),
485 return RR->getKind() == RejectReasonKind::LoopHasNoExit; in classof()
536 return RR->getKind() == RejectReasonKind::LoopHasNoExit; in classof()
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h84 LoopHasNoExit, enumerator
562 : RejectReason(RejectReasonKind::LoopHasNoExit), L(L), in ReportLoopHasNoExit()