Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7316 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local
7336 IntDiagMsg = std::make_pair( in processLoop()
7341 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()
7342 IntDiagMsg.second += in processLoop()
7349 IntDiagMsg = std::make_pair( in processLoop()
7369 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()
7371 << IntDiagMsg.second; in processLoop()
7385 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()
7387 << IntDiagMsg.second; in processLoop()