Searched refs:VecDiagMsg (Results 1 – 1 of 1) sorted by relevance
10246 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local10250 VecDiagMsg = std::make_pair( in processLoop()10296 return OptimizationRemarkMissed(VAPassName, VecDiagMsg.first, in processLoop()10298 << VecDiagMsg.second; in processLoop()10309 return OptimizationRemarkAnalysis(VAPassName, VecDiagMsg.first, in processLoop()10311 << VecDiagMsg.second; in processLoop()