Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp554 std::string ReportLoopOnlySomeLatches::getRemarkName() const { in getRemarkName()
558 const Value *ReportLoopOnlySomeLatches::getRemarkBB() const { in getRemarkBB()
562 std::string ReportLoopOnlySomeLatches::getMessage() const { in getMessage()
567 bool ReportLoopOnlySomeLatches::classof(const RejectReason *RR) { in classof()
571 const DebugLoc &ReportLoopOnlySomeLatches::getDebugLoc() const { return Loc; } in getDebugLoc()
573 std::string ReportLoopOnlySomeLatches::getEndUserMessage() const { in getEndUserMessage()
H A DScopDetection.cpp1629 return invalid<ReportLoopOnlySomeLatches>(Context, /*Assert=*/true, in allBlocksValid()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h645 class ReportLoopOnlySomeLatches final : public RejectReason {
652 ReportLoopOnlySomeLatches(Loop *L) in ReportLoopOnlySomeLatches() function