Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp725 ReportUnknownInst::ReportUnknownInst(Instruction *Inst) in ReportUnknownInst() function in polly::ReportUnknownInst
728 std::string ReportUnknownInst::getRemarkName() const { return "UnknownInst"; } in getRemarkName()
730 const Value *ReportUnknownInst::getRemarkBB() const { in getRemarkBB()
734 std::string ReportUnknownInst::getMessage() const { in getMessage()
738 const DebugLoc &ReportUnknownInst::getDebugLoc() const { in getDebugLoc()
742 bool ReportUnknownInst::classof(const RejectReason *RR) { in classof()
DScopDetection.cpp1249 return invalid<ReportUnknownInst>(Context, /*Assert=*/true, &Inst); in isValidInstruction()
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h764 class ReportUnknownInst : public ReportOther {
768 ReportUnknownInst(Instruction *Inst);