HomeSort by relevance Sort by last modified time
    Searched refs:CM_NAME (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CostModel.cpp 40 #define CM_NAME "cost-model"
41 #define DEBUG_TYPE CM_NAME
75 static const char cm_name[] = "Cost Model Analysis"; variable
76 INITIALIZE_PASS_BEGIN(CostModelAnalysis, CM_NAME, cm_name, false, true)
77 INITIALIZE_PASS_END (CostModelAnalysis, CM_NAME, cm_name, false, true)
  /external/llvm/lib/Analysis/
CostModel.cpp 33 #define CM_NAME "cost-model"
34 #define DEBUG_TYPE CM_NAME
70 static const char cm_name[] = "Cost Model Analysis"; variable
71 INITIALIZE_PASS_BEGIN(CostModelAnalysis, CM_NAME, cm_name, false, true)
72 INITIALIZE_PASS_END (CostModelAnalysis, CM_NAME, cm_name, false, true)

Completed in 59 milliseconds