Searched refs:LV_NAME (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 104 #define LV_NAME "loop-vectorize" macro 105 #define DEBUG_TYPE LV_NAME 852 LoopAccessReport::emitAnalysis(Message, TheFunction, TheLoop, LV_NAME); in emitAnalysis() 983 LoopAccessReport::emitAnalysis(Message, TheFunction, TheLoop, LV_NAME); in emitAnalysis() 5210 INITIALIZE_PASS_BEGIN(LoopVectorize, LV_NAME, lv_name, false, false) 5221 INITIALIZE_PASS_END(LoopVectorize, LV_NAME, lv_name, false, false)
|