Searched refs:IntDiagMsg (Results 1 – 1 of 1) sorted by relevance
10366 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local10381 IntDiagMsg = std::make_pair( in processLoop()10388 IntDiagMsg = std::make_pair( in processLoop()10393 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()10394 IntDiagMsg.second += in processLoop()10401 IntDiagMsg = std::make_pair( in processLoop()10421 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()10423 << IntDiagMsg.second; in processLoop()10437 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()10439 << IntDiagMsg.second; in processLoop()