Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10131 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local
10146 IntDiagMsg = {"InterleavingAvoided", in processLoop()
10152 IntDiagMsg = { in processLoop()
10157 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()
10158 IntDiagMsg.second += in processLoop()
10165 IntDiagMsg = {"InterleavingBeneficialButDisabled", in processLoop()
10177 IntDiagMsg = { in processLoop()
10197 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()
10199 << IntDiagMsg.second; in processLoop()
10215 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()
[all …]