Searched refs:IntDiagMsg (Results 1 – 1 of 1) sorted by relevance
7316 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local7336 IntDiagMsg = std::make_pair( in processLoop()7341 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()7342 IntDiagMsg.second += in processLoop()7349 IntDiagMsg = std::make_pair( in processLoop()7369 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()7371 << IntDiagMsg.second; in processLoop()7385 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()7387 << IntDiagMsg.second; in processLoop()