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

  /art/compiler/dex/
ssa_transformation.cc 103 RecordDFSOrders(GetEntryBlock());
167 temp_.ssa.def_block_matrix[in_reg]->SetBit(GetEntryBlock()->id);
290 if ((bb->id == NullBasicBlockId) || (bb == GetEntryBlock())) {
332 if (bb == GetEntryBlock()) {
342 if (bb != GetEntryBlock()) {
373 DCHECK_EQ(GetEntryBlock()->dfs_id, num_reachable_blocks-1);
374 i_dom_list_[GetEntryBlock()->dfs_id] = GetEntryBlock()->dfs_id;
384 GetEntryBlock()->dominators->ClearAllBits();
385 GetEntryBlock()->dominators->SetBit(GetEntryBlock()->id)
    [all...]
post_opt_passes.h 223 mir_graph->DoDFSPreOrderSSARename(mir_graph->GetEntryBlock());
mir_graph.h 622 BasicBlock* GetEntryBlock() const {
    [all...]
type_inference.cc 335 return mir_graph_->GetEntryBlock();
    [all...]
mir_graph.cc     [all...]
  /art/compiler/optimizing/
suspend_check_test.cc 39 HBasicBlock* first_block = graph->GetEntryBlock()->GetSuccessors().Get(0);
dead_code_elimination.cc 69 MarkReachableBlocks(graph_->GetEntryBlock(), &live_blocks);
graph_checker_test.cc 121 graph->GetExitBlock()->RemovePredecessor(graph->GetEntryBlock());
gvn.cc 332 sets_.Put(graph_->GetEntryBlock()->GetBlockId(), new (allocator_) ValueSet(allocator_));
codegen_test.cc 564 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors().Get(0);
670 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors().Get(0);
736 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors().Get(0);
ssa_builder.cc 336 for (HInstructionIterator it(GetGraph()->GetEntryBlock()->GetInstructions());
ssa_liveness_analysis.cc 88 worklist.Add(graph_->GetEntryBlock());
register_allocator_test.cc 427 LiveInterval* unhandled = graph->GetEntryBlock()->GetFirstInstruction()->GetLiveInterval();
    [all...]
code_generator.cc 239 DCHECK(block_order_->Get(0) == GetGraph()->GetEntryBlock());
    [all...]
nodes.h 152 HBasicBlock* GetEntryBlock() const { return entry_block_; }
516 return graph_->GetEntryBlock() == this;
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 143 milliseconds