Searched refs:ReportUndefCond (Results 1 – 3 of 3) sorted by relevance
310 // 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) {
679 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