Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10000 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local
10015 IntDiagMsg = std::make_pair( in processLoop()
10022 IntDiagMsg = std::make_pair( in processLoop()
10027 IntDiagMsg.first = "InterleavingNotBeneficialAndDisabled"; in processLoop()
10028 IntDiagMsg.second += in processLoop()
10035 IntDiagMsg = std::make_pair( in processLoop()
10055 return OptimizationRemarkMissed(LV_NAME, IntDiagMsg.first, in processLoop()
10057 << IntDiagMsg.second; in processLoop()
10071 return OptimizationRemarkAnalysis(LV_NAME, IntDiagMsg.first, in processLoop()
10073 << IntDiagMsg.second; in processLoop()