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

  /art/compiler/dex/
ssa_transformation.cc 295 block1 = i_dom_list_[block1];
299 block2 = i_dom_list_[block2];
321 if (i_dom_list_[pred_bb->dfs_id] != NOTVISITED) {
333 if (i_dom_list_[pred_bb->dfs_id] == NOTVISITED) {
343 if (i_dom_list_[bb->dfs_id] != idom) {
344 i_dom_list_[bb->dfs_id] = idom;
363 int idom_dfs_idx = i_dom_list_[bb->dfs_id];
386 if (i_dom_list_ == NULL) {
387 i_dom_list_ = static_cast<int*>(arena_->Alloc(sizeof(int) * num_reachable_blocks,
391 i_dom_list_[i] = NOTVISITED
    [all...]
mir_graph.h 695 int* i_dom_list_; member in class:art::MIRGraph
mir_graph.cc 90 i_dom_list_(NULL),
    [all...]

Completed in 64 milliseconds