OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cm_name
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
CostModel.cpp
20
#define
CM_NAME
"cost-model"
21
#define DEBUG_TYPE
CM_NAME
63
static const char
cm_name
[] = "Cost Model Analysis";
variable
64
INITIALIZE_PASS_BEGIN(CostModelAnalysis,
CM_NAME
,
cm_name
, false, true)
65
INITIALIZE_PASS_END (CostModelAnalysis,
CM_NAME
,
cm_name
, false, true)
/art/compiler/driver/
compiler_driver.cc
1223
const char*
cm_name
= cm_dexfile->GetMethodName(cm_method_id);
local
[
all
...]
Completed in 328 milliseconds