Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp313 std::string ReportUndefCond::getRemarkName() const { return "UndefCond"; } in getRemarkName()
315 const Value *ReportUndefCond::getRemarkBB() const { return BB; } in getRemarkBB()
317 std::string ReportUndefCond::getMessage() const { in getMessage()
321 bool ReportUndefCond::classof(const RejectReason *RR) { in classof()
H A DScopDetection.cpp675 return invalid<ReportUndefCond>(Context, /*Assert=*/true, TI, &BB); in isValidCFG()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h331 class ReportUndefCond final : public ReportAffFunc {
336 ReportUndefCond(const Instruction *Inst, BasicBlock *BB) in ReportUndefCond() function