Searched refs:IntDiagMsg (Results 1 – 1 of 1) sorted by relevance
10041 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local10056 IntDiagMsg = std::make_pair( in processLoop()10063 IntDiagMsg = std::make_pair( in processLoop()10068 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()10069 IntDiagMsg.second += in processLoop()10076 IntDiagMsg = std::make_pair( in processLoop()10096 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()10098 << IntDiagMsg.second; in processLoop()10112 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()10114 << IntDiagMsg.second; in processLoop()