Home
last modified time | relevance | path

Searched refs:ReportAffFunc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h310 class ReportAffFunc : public RejectReason {
331 class ReportUndefCond final : public ReportAffFunc {
356 class ReportInvalidCond final : public ReportAffFunc {
379 class ReportUndefOperand final : public ReportAffFunc {
402 class ReportNonAffBranch final : public ReportAffFunc {
436 class ReportNoBasePtr final : public ReportAffFunc {
439 : ReportAffFunc(RejectReasonKind::NoBasePtr, Inst) {} in ReportNoBasePtr()
456 class ReportUndefBasePtr final : public ReportAffFunc {
459 : ReportAffFunc(RejectReasonKind::UndefBasePtr, Inst) {} in ReportUndefBasePtr()
476 class ReportVariantBasePtr final : public ReportAffFunc {
[all …]
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp302 ReportAffFunc::ReportAffFunc(const RejectReasonKind K, const Instruction *Inst) in ReportAffFunc() function in polly::ReportAffFunc
305 bool ReportAffFunc::classof(const RejectReason *RR) { in classof()