Searched refs:IntDiagMsg (Results 1 – 1 of 1) sorted by relevance
10246 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local10261 IntDiagMsg = std::make_pair( in processLoop()10268 IntDiagMsg = std::make_pair( in processLoop()10273 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()10274 IntDiagMsg.second += in processLoop()10281 IntDiagMsg = std::make_pair( in processLoop()10301 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()10303 << IntDiagMsg.second; in processLoop()10317 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()10319 << IntDiagMsg.second; in processLoop()