Home
last modified time | relevance | path

Searched refs:ReportLoopHasMultipleExits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp526 // ReportLoopHasMultipleExits.
528 std::string ReportLoopHasMultipleExits::getRemarkName() const {
529 return "ReportLoopHasMultipleExits"; in getRemarkName()
532 const Value *ReportLoopHasMultipleExits::getRemarkBB() const {
536 std::string ReportLoopHasMultipleExits::getMessage() const {
540 bool ReportLoopHasMultipleExits::classof(const RejectReason *RR) {
544 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; }
546 std::string ReportLoopHasMultipleExits::getEndUserMessage() const {
H A DScopDetection.cpp1346 return invalid<ReportLoopHasMultipleExits>(Context, /*Assert=*/true, L); in isValidLoop()
/llvm-project/polly/include/polly/
H A DScopDetectionDiagnostic.h617 class ReportLoopHasMultipleExits final : public RejectReason {
624 ReportLoopHasMultipleExits(Loop *L) in ReportLoopHasMultipleExits() function