Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp356 std::string ReportUndefBasePtr::getRemarkName() const { return "UndefBasePtr"; } in getRemarkName()
358 const Value *ReportUndefBasePtr::getRemarkBB() const { in getRemarkBB()
362 std::string ReportUndefBasePtr::getMessage() const { in getMessage()
366 bool ReportUndefBasePtr::classof(const RejectReason *RR) { in classof()
DScopDetection.cpp1068 return invalid<ReportUndefBasePtr>(Context, /*Assert=*/true, Inst); in isValidAccess()
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h421 class ReportUndefBasePtr : public ReportAffFunc {
423 ReportUndefBasePtr(const Instruction *Inst) in ReportUndefBasePtr() function