Home
last modified time | relevance | path

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

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