Searched refs:CM_NAME (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CostModel.cpp | 40 #define CM_NAME "cost-model" macro 41 #define DEBUG_TYPE CM_NAME 76 INITIALIZE_PASS_BEGIN(CostModelAnalysis, CM_NAME, cm_name, false, true) in INITIALIZE_PASS_BEGIN() argument 77 INITIALIZE_PASS_END (CostModelAnalysis, CM_NAME, cm_name, false, true) in INITIALIZE_PASS_BEGIN()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 33 #define CM_NAME "cost-model" macro 34 #define DEBUG_TYPE CM_NAME 71 INITIALIZE_PASS_BEGIN(CostModelAnalysis, CM_NAME, cm_name, false, true) in INITIALIZE_PASS_BEGIN() argument 72 INITIALIZE_PASS_END (CostModelAnalysis, CM_NAME, cm_name, false, true) in INITIALIZE_PASS_BEGIN()
|