Searched refs:IntDiagMsg (Results 1 – 1 of 1) sorted by relevance
9851 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local9866 IntDiagMsg = std::make_pair( in processLoop()9873 IntDiagMsg = std::make_pair( in processLoop()9878 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()9879 IntDiagMsg.second += in processLoop()9886 IntDiagMsg = std::make_pair( in processLoop()9906 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()9908 << IntDiagMsg.second; in processLoop()9922 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()9924 << IntDiagMsg.second; in processLoop()