Searched refs:ReportLoopHasMultipleExits (Results 1 – 3 of 3) sorted by relevance
529 std::string ReportLoopHasMultipleExits::getRemarkName() const { in getRemarkName()533 const Value *ReportLoopHasMultipleExits::getRemarkBB() const { in getRemarkBB()537 std::string ReportLoopHasMultipleExits::getMessage() const { in getMessage()541 bool ReportLoopHasMultipleExits::classof(const RejectReason *RR) { in classof()545 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; } in getDebugLoc()547 std::string ReportLoopHasMultipleExits::getEndUserMessage() const { in getEndUserMessage()
1337 return invalid<ReportLoopHasMultipleExits>(Context, /*Assert=*/true, L); in isValidLoop()
617 class ReportLoopHasMultipleExits final : public RejectReason {624 ReportLoopHasMultipleExits(Loop *L) in ReportLoopHasMultipleExits() function