Home
last modified time | relevance | path

Searched refs:IntDiagMsg (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
10261 IntDiagMsg = std::make_pair( in processLoop()
10268 IntDiagMsg = std::make_pair( in processLoop()
10273 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()
10274 IntDiagMsg.second += in processLoop()
10281 IntDiagMsg = std::make_pair( in processLoop()
10301 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()
10303 << IntDiagMsg.second; in processLoop()
10317 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()
10319 << IntDiagMsg.second; in processLoop()