Home
last modified time | relevance | path

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

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