Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp703 ReportAlloca::ReportAlloca(Instruction *Inst) in ReportAlloca() function in polly::ReportAlloca
706 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()
DScopDetection.cpp1234 return invalid<ReportAlloca>(Context, /*Assert=*/true, &Inst); in isValidInstruction()
/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h742 class ReportAlloca : public ReportOther {
746 ReportAlloca(Instruction *Inst);