Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/test/ScopDetectionDiagnostics/
H A DReportFuncCall-01.ll41 ; CHECK: remark: ReportFuncCall.c:4:8: The following errors keep this region from being a Scop.
42 ; CHECK: remark: ReportFuncCall.c:5:12: This function call cannot be handled. Try to inline it.
49 !1 = !DIFile(filename: "ReportFuncCall.c", directory: "/home/simbuerg/Projekte/llvm/tools/polly/tes…
52 !5 = !DIFile(filename: "ReportFuncCall.c", directory: "/home/simbuerg/Projekte/llvm/tools/polly/tes…
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp581 ReportFuncCall::ReportFuncCall(Instruction *Inst) in ReportFuncCall() function in polly::ReportFuncCall
584 std::string ReportFuncCall::getRemarkName() const { return "FuncCall"; } in getRemarkName()
586 const Value *ReportFuncCall::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB()
588 std::string ReportFuncCall::getMessage() const { in getMessage()
592 const DebugLoc &ReportFuncCall::getDebugLoc() const { in getDebugLoc()
596 std::string ReportFuncCall::getEndUserMessage() const { in getEndUserMessage()
601 bool ReportFuncCall::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1244 return invalid<ReportFuncCall>(Context, /*Assert=*/true, &Inst); in isValidInstruction()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h673 class ReportFuncCall final : public RejectReason {
678 ReportFuncCall(Instruction *Inst);