Searched refs:IntDiagMsg (Results 1 – 1 of 1) sorted by relevance
10000 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local10015 IntDiagMsg = std::make_pair( in processLoop()10022 IntDiagMsg = std::make_pair( in processLoop()10027 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()10028 IntDiagMsg.second += in processLoop()10035 IntDiagMsg = std::make_pair( in processLoop()10055 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()10057 << IntDiagMsg.second; in processLoop()10071 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()10073 << IntDiagMsg.second; in processLoop()