Home
last modified time | relevance | path

Searched refs:ReportAlias (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/
H A DReportAlias-01.ll8 ; CHECK: remark: ReportAlias-01.c:2:8: The following errors keep this region from being a Scop.
9 ; CHECK: remark: ReportAlias-01.c:3:5: Accesses to the arrays "B", "A" may access the same memory.
10 ; CHECK: remark: ReportAlias-01.c:3:5: Invalid Scop candidate ends here.
47 !1 = !DIFile(filename: "ReportAlias-01.c", directory: "test/ScopDetectionDiagnostic/")
50 !5 = !DIFile(filename: "ReportAlias-01.c", directory: "test/ScopDetectionDiagnostic/")
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp639 ReportAlias::ReportAlias(Instruction *Inst, AliasSet &AS) in ReportAlias() function in polly::ReportAlias
645 std::string ReportAlias::formatInvalidAlias(std::string Prefix, in formatInvalidAlias()
676 std::string ReportAlias::getRemarkName() const { return "Alias"; } in getRemarkName()
678 const Value *ReportAlias::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB()
680 std::string ReportAlias::getMessage() const { in getMessage()
684 std::string ReportAlias::getEndUserMessage() const { in getEndUserMessage()
689 const DebugLoc &ReportAlias::getDebugLoc() const { return Inst->getDebugLoc(); } in getDebugLoc()
691 bool ReportAlias::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1196 return invalid<ReportAlias>(Context, /*Assert=*/true, Inst, AS); in isValidAccess()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h697 class ReportAlias final : public RejectReason {
715 ReportAlias(Instruction *Inst, AliasSet &AS);