Home
last modified time | relevance | path

Searched refs:GetCurrentInstructionId (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dconstructor_fence_redundancy_elimination.cc52 size_t number_of_instructions = GetGraph()->GetCurrentInstructionId(); in VisitConstructorFence()
Dgraph_checker.h42 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker), in HGraphDelegateVisitor()
Dload_store_analysis.cc118 std::vector<bool> seen_instructions(GetGraph()->GetCurrentInstructionId(), false); in DumpReferenceStats()
Dssa_phi_elimination.cc143 graph_->GetCurrentInstructionId(), in Run()
Dinliner.cc2209 const int32_t caller_instruction_counter = graph_->GetCurrentInstructionId(); in TryBuildAndInlineHelper()
2274 DCHECK_EQ(caller_instruction_counter, graph_->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
2278 const int32_t callee_instruction_counter = callee_graph->GetCurrentInstructionId(); in TryBuildAndInlineHelper()
2285 DCHECK_EQ(callee_instruction_counter, callee_graph->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
Dcode_sinking.cc334 size_t number_of_instructions = graph_->GetCurrentInstructionId(); in SinkCodeToUncommonBranch()
Dload_store_elimination.cc1431 graph->GetCurrentInstructionId(), nullptr, allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor()
1433 /*start_bits=*/graph->GetCurrentInstructionId(), in LSEVisitor()
1730 loads_requiring_loop_phi_.resize(GetGraph()->GetCurrentInstructionId(), nullptr); in VisitGetLocation()
1768 store_records_.resize(GetGraph()->GetCurrentInstructionId(), nullptr); in VisitSetLocation()
2779 /*start_bits=*/ GetGraph()->GetCurrentInstructionId(), in FindStoresWritingOldValues()
Ddead_code_elimination.cc825 &allocator, graph_->GetCurrentInstructionId(), /*expandable=*/ false, kArenaAllocDCE); in RemoveEmptyIfs()
Dgraph_checker.cc1175 GetGraph()->GetCurrentInstructionId(), in VisitPhi()
Dnodes.cc1218 (graph != nullptr) ? graph->GetCurrentInstructionId() : 0u, in Dump()
Dnodes.h543 int32_t GetCurrentInstructionId() const { in GetCurrentInstructionId() function
Dcode_generator_arm64.cc6646 GetGraph()->GetCurrentInstructionId() > kJumpTableInstructionThreshold) { in VisitPackedSwitch()