Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10206 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local
10221 IntDiagMsg = std::make_pair( in processLoop()
10228 IntDiagMsg = std::make_pair( in processLoop()
10233 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()
10234 IntDiagMsg.second += in processLoop()
10241 IntDiagMsg = std::make_pair( in processLoop()
10261 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()
10263 << IntDiagMsg.second; in processLoop()
10277 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()
10279 << IntDiagMsg.second; in processLoop()