Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp103 #define LV_NAME "loop-vectorize" macro
104 #define DEBUG_TYPE LV_NAME
1163 return LV_NAME; in vectorizeAnalysisPassName()
1165 return LV_NAME; in vectorizeAnalysisPassName()
1167 return LV_NAME; in vectorizeAnalysisPassName()
1317 emitOptimizationRemarkMissed(F->getContext(), LV_NAME, *F, L->getStartLoc(), in emitMissedWarning()
6115 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false)
6129 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false)
6540 emitOptimizationRemarkAnalysis(F->getContext(), LV_NAME, *F, in processLoop()
6550 emitOptimizationRemarkAnalysis(F->getContext(), LV_NAME, *F, in processLoop()
[all …]