Home
last modified time | relevance | path

Searched refs:VecDiagMsg (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10246 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local
10250 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()