Searched refs:ReportLoopHasMultipleExits (Results 1 – 3 of 3) sorted by relevance
526 // ReportLoopHasMultipleExits.528 std::string ReportLoopHasMultipleExits::getRemarkName() const {529 return "ReportLoopHasMultipleExits"; in getRemarkName() 532 const Value *ReportLoopHasMultipleExits::getRemarkBB() const {536 std::string ReportLoopHasMultipleExits::getMessage() const {540 bool ReportLoopHasMultipleExits::classof(const RejectReason *RR) {544 const DebugLoc &ReportLoopHasMultipleExits::getDebugLoc() const { return Loc; }546 std::string ReportLoopHasMultipleExits::getEndUserMessage() const {
1346 return invalid<ReportLoopHasMultipleExits>(Context, /*Assert=*/true, L); in isValidLoop()
617 class ReportLoopHasMultipleExits final : public RejectReason {624 ReportLoopHasMultipleExits(Loop *L) in ReportLoopHasMultipleExits() function