Searched refs:ReportUndefCond (Results 1 – 3 of 3) sorted by relevance
313 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()
675 return invalid<ReportUndefCond>(Context, /*Assert=*/true, TI, &BB); in isValidCFG()
331 class ReportUndefCond final : public ReportAffFunc {336 ReportUndefCond(const Instruction *Inst, BasicBlock *BB) in ReportUndefCond() function