Searched refs:ReportFuncCall (Results 1 – 4 of 4) sorted by relevance
41 ; 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…
581 ReportFuncCall::ReportFuncCall(Instruction *Inst) in ReportFuncCall() function in polly::ReportFuncCall584 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()
1244 return invalid<ReportFuncCall>(Context, /*Assert=*/true, &Inst); in isValidInstruction()
673 class ReportFuncCall final : public RejectReason {678 ReportFuncCall(Instruction *Inst);