Searched refs:ReportAlloca (Results 1 – 3 of 3) sorted by relevance
703 ReportAlloca::ReportAlloca(Instruction *Inst) in ReportAlloca() function in polly::ReportAlloca706 std::string ReportAlloca::getRemarkName() const { return "Alloca"; } in getRemarkName()708 const Value *ReportAlloca::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB()710 std::string ReportAlloca::getMessage() const { in getMessage()714 const DebugLoc &ReportAlloca::getDebugLoc() const { in getDebugLoc()718 bool ReportAlloca::classof(const RejectReason *RR) { in classof()
1234 return invalid<ReportAlloca>(Context, /*Assert=*/true, &Inst); in isValidInstruction()
742 class ReportAlloca : public ReportOther {746 ReportAlloca(Instruction *Inst);