Searched refs:VecDiagMsg (Results 1 – 1 of 1) sorted by relevance
9851 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local9855 VecDiagMsg = std::make_pair( in processLoop()9901 return OptimizationRemarkMissed(VAPassName, VecDiagMsg.first, in processLoop()9903 << VecDiagMsg.second; in processLoop()9914 return OptimizationRemarkAnalysis(VAPassName, VecDiagMsg.first, in processLoop()9916 << VecDiagMsg.second; in processLoop()