Home
last modified time | relevance | path

Searched refs:new_bb (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/
Dssa_transformation.cc205 BasicBlock* new_bb = GetBasicBlock(**curr_idom_iter); in ComputeDomPostOrderTraversal() local
207 new_bb->visited = true; in ComputeDomPostOrderTraversal()
208 work_stack.push_back(std::make_pair(new_bb, new_bb->i_dominated->Indexes().begin())); in ComputeDomPostOrderTraversal()
Dmir_graph.cc2110 bool BasicBlock::ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb) { in ReplaceChild() argument
2114 taken = new_bb; in ReplaceChild()
2119 fall_through = new_bb; in ReplaceChild()
2131 successor_block_info->block = new_bb; in ReplaceChild()
Dmir_graph.h456 bool ReplaceChild(BasicBlockId old_bb, BasicBlockId new_bb);
/art/compiler/llvm/
Dgbc_expander.cc577 llvm::BasicBlock* new_bb = rewrite_pair[j].second; in RewriteFunction() local
578 new_phi->addIncoming(phi->getIncomingValueForBlock(old_bb), new_bb); in RewriteFunction()