Searched refs:ReportAlloca (Results 1 – 3 of 3) sorted by relevance
735 ReportAlloca::ReportAlloca(Instruction *Inst) in ReportAlloca() function in polly::ReportAlloca738 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()
1251 return invalid<ReportAlloca>(Context, /*Assert=*/true, &Inst); in isValidInstruction()
777 class ReportAlloca final : public ReportOther {781 ReportAlloca(Instruction *Inst);