Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp735 ReportAlloca::ReportAlloca(Instruction *Inst) in ReportAlloca() function in polly::ReportAlloca
738 std::string ReportAlloca::getRemarkName() const { return "Alloca"; } in getRemarkName()
740 const Value *ReportAlloca::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB()
742 std::string ReportAlloca::getMessage() const { in getMessage()
746 const DebugLoc &ReportAlloca::getDebugLoc() const { in getDebugLoc()
750 bool ReportAlloca::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp1251 return invalid<ReportAlloca>(Context, /*Assert=*/true, &Inst); in isValidInstruction()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h777 class ReportAlloca final : public ReportOther {
781 ReportAlloca(Instruction *Inst);