Searched refs:VecDiagMsg (Results 1 – 2 of 2) sorted by relevance
7455 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local7466 VecDiagMsg = std::make_pair( in processLoop()7503 return OptimizationRemarkMissed(VAPassName, VecDiagMsg.first, in processLoop()7505 << VecDiagMsg.second; in processLoop()7516 return OptimizationRemarkAnalysis(VAPassName, VecDiagMsg.first, in processLoop()7518 << VecDiagMsg.second; in processLoop()
6496 std::string VecDiagMsg, IntDiagMsg; in processLoop() local6508 VecDiagMsg = in processLoop()6539 L->getStartLoc(), VecDiagMsg); in processLoop()6546 L->getStartLoc(), VecDiagMsg); in processLoop()