Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10041 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local
10056 IntDiagMsg = std::make_pair( in processLoop()
10063 IntDiagMsg = std::make_pair( in processLoop()
10068 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()
10069 IntDiagMsg.second += in processLoop()
10076 IntDiagMsg = std::make_pair( in processLoop()
10096 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()
10098 << IntDiagMsg.second; in processLoop()
10112 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()
10114 << IntDiagMsg.second; in processLoop()