Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp388 std::string ReportUndefBasePtr::getRemarkName() const { return "UndefBasePtr"; } in getRemarkName()
390 const Value *ReportUndefBasePtr::getRemarkBB() const { in getRemarkBB()
394 std::string ReportUndefBasePtr::getMessage() const { in getMessage()
398 bool ReportUndefBasePtr::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1086 return invalid<ReportUndefBasePtr>(Context, /*Assert=*/true, Inst); in isValidAccess()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h456 class ReportUndefBasePtr final : public ReportAffFunc {
458 ReportUndefBasePtr(const Instruction *Inst) in ReportUndefBasePtr() function