Searched refs:GetCurrentInstructionId (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | constructor_fence_redundancy_elimination.cc | 52 size_t number_of_instructions = GetGraph()->GetCurrentInstructionId(); in VisitConstructorFence()
|
D | graph_checker.h | 42 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker), in HGraphDelegateVisitor()
|
D | load_store_analysis.cc | 118 std::vector<bool> seen_instructions(GetGraph()->GetCurrentInstructionId(), false); in DumpReferenceStats()
|
D | ssa_phi_elimination.cc | 143 graph_->GetCurrentInstructionId(), in Run()
|
D | inliner.cc | 2209 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()
|
D | code_sinking.cc | 334 size_t number_of_instructions = graph_->GetCurrentInstructionId(); in SinkCodeToUncommonBranch()
|
D | load_store_elimination.cc | 1431 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()
|
D | dead_code_elimination.cc | 825 &allocator, graph_->GetCurrentInstructionId(), /*expandable=*/ false, kArenaAllocDCE); in RemoveEmptyIfs()
|
D | graph_checker.cc | 1175 GetGraph()->GetCurrentInstructionId(), in VisitPhi()
|
D | nodes.cc | 1218 (graph != nullptr) ? graph->GetCurrentInstructionId() : 0u, in Dump()
|
D | nodes.h | 543 int32_t GetCurrentInstructionId() const { in GetCurrentInstructionId() function
|
D | code_generator_arm64.cc | 6646 GetGraph()->GetCurrentInstructionId() > kJumpTableInstructionThreshold) { in VisitPackedSwitch()
|