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

  /art/compiler/optimizing/
graph_checker_test.cc 105 graph->GetExitBlock()->RemovePredecessor(graph->GetEntryBlock());
121 HBasicBlock* exit_block = graph->GetExitBlock();
block_builder.cc 192 block->AddSuccessor(graph_->GetExitBlock());
221 graph_->AddBlock(graph_->GetExitBlock());
code_sinking.cc 29 HBasicBlock* exit = graph_->GetExitBlock();
dead_code_elimination.cc 234 HBasicBlock* exit = graph_->GetExitBlock();
graph_visualizer.cc 752 GetGraph()->HasExitBlock() ? GetGraph()->GetExitBlock()->GetBlockId() : -1,
    [all...]
inliner.cc     [all...]
bounds_check_elimination.cc     [all...]
register_allocator_graph_color.cc 83 if (block->Dominates(block->GetGraph()->GetExitBlock())) {
    [all...]
instruction_builder.cc 468 DCHECK_EQ(current_block_->GetSingleSuccessor(), graph_->GetExitBlock());
469 current_block_ = graph_->GetExitBlock();
    [all...]
nodes.h 367 HBasicBlock* GetExitBlock() const { return exit_block_; }
    [all...]
nodes.cc     [all...]

Completed in 325 milliseconds