Searched refs:IntDiagMsg (Results 1 – 1 of 1) sorted by relevance
10206 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local10221 IntDiagMsg = std::make_pair( in processLoop()10228 IntDiagMsg = std::make_pair( in processLoop()10233 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()10234 IntDiagMsg.second += in processLoop()10241 IntDiagMsg = std::make_pair( in processLoop()10261 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()10263 << IntDiagMsg.second; in processLoop()10277 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()10279 << IntDiagMsg.second; in processLoop()