Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp246 std::string ReportIndirectPredecessor::getRemarkName() const { in getRemarkName()
250 const Value *ReportIndirectPredecessor::getRemarkBB() const { in getRemarkBB()
256 std::string ReportIndirectPredecessor::getMessage() const { in getMessage()
262 const DebugLoc &ReportIndirectPredecessor::getDebugLoc() const { in getDebugLoc()
266 std::string ReportIndirectPredecessor::getEndUserMessage() const { in getEndUserMessage()
270 bool ReportIndirectPredecessor::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1760 return invalid<ReportIndirectPredecessor>( in isValidRegion()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h281 class ReportIndirectPredecessor final : public ReportCFG {
286 ReportIndirectPredecessor(Instruction *Inst, DebugLoc DbgLoc) in ReportIndirectPredecessor() function