Home
last modified time | relevance | path

Searched refs:df (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
Dsea.cc328 std::set<Region*>* df = (*b_it)->GetDominanceFrontier(); in ConvertToSSA() local
329 for (std::set<Region*>::const_iterator df_it = df->begin(); df_it != df->end(); df_it++) { in ConvertToSSA()
463 SeaGraph::SeaGraph(const art::DexFile& df) in SeaGraph() argument
465 regions_(), parameters_(), dex_file_(df), code_item_(NULL) { } in SeaGraph()
Dsea.h296 explicit SeaGraph(const art::DexFile& df);