Home
last modified time | relevance | path

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

/art/compiler/sea_ir/ir/
Dinstruction_tools.h62 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC) macro
/art/compiler/dex/
Dmir_dataflow.cc943 if (df_attributes & DF_HAS_USES) { in FindLocalLiveIn()
1112 if (df_attributes & DF_HAS_USES) { in DoSSAConversion()
1148 if (df_attributes & DF_HAS_USES) { in DoSSAConversion()
Dmir_graph.h150 #define DF_HAS_USES (DF_UA | DF_UB | DF_UC) macro