Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp222 std::string ReportUnreachableInExit::getRemarkName() const { in getRemarkName()
226 const Value *ReportUnreachableInExit::getRemarkBB() const { return BB; } in getRemarkBB()
228 std::string ReportUnreachableInExit::getMessage() const { in getMessage()
233 const DebugLoc &ReportUnreachableInExit::getDebugLoc() const { return DbgLoc; } in getDebugLoc()
235 std::string ReportUnreachableInExit::getEndUserMessage() const { in getEndUserMessage()
239 bool ReportUnreachableInExit::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1744 return invalid<ReportUnreachableInExit>(Context, /*Assert=*/true, in isValidRegion()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h255 class ReportUnreachableInExit final : public ReportCFG {
260 ReportUnreachableInExit(BasicBlock *BB, DebugLoc DbgLoc) in ReportUnreachableInExit() function