Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp529 std::string ReportLoopHasMultipleExits::getRemarkName() const { in getRemarkName()
533 const Value *ReportLoopHasMultipleExits::getRemarkBB() const { in getRemarkBB()
537 std::string ReportLoopHasMultipleExits::getMessage() const { in getMessage()
541 bool ReportLoopHasMultipleExits::classof(const RejectReason *RR) { in classof()
545 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; } in getDebugLoc()
547 std::string ReportLoopHasMultipleExits::getEndUserMessage() const { in getEndUserMessage()
H A DScopDetection.cpp1337 return invalid<ReportLoopHasMultipleExits>(Context, /*Assert=*/true, L); in isValidLoop()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h617 class ReportLoopHasMultipleExits final : public RejectReason {
624 ReportLoopHasMultipleExits(Loop *L) in ReportLoopHasMultipleExits() function