Searched refs:GetInstructions (Results 1 - 24 of 24) sorted by last modified time

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1640 for (HInstructionIterator it(true_block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dcode_generator.cc233 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dconstant_folding.cc82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
H A Ddead_code_elimination.cc87 block->GetPhis().CountSize() + block->GetInstructions().CountSize());
161 HBackwardInstructionIterator i(block->GetInstructions());
H A Dgraph_checker.cc136 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
343 : input->GetBlock()->GetInstructions();
358 : user->GetBlock()->GetInstructions();
H A Dgraph_visualizer.cc747 PrintInstructions(block->GetInstructions());
H A Dinduction_var_analysis.cc133 for (HInstructionIterator it(loop_block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dinliner.cc1122 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions());
1193 for (HInstructionIterator instr_it(block->GetInstructions());
H A Dinstruction_builder.cc195 if (current_block_->GetInstructions().IsEmpty()) {
256 return !block->GetInstructions().IsEmpty();
H A Dinstruction_simplifier_arm64.h62 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dintrinsics.cc572 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
H A Dlicm.cc128 for (HInstructionIterator inst_it(inner->GetInstructions());
H A Dnodes.cc117 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
1071 return block->GetInstructions().FoundBefore(this, other_instruction);
1163 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
1554 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) {
1564 && !block.GetInstructions().IsEmpty()
1577 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow();
1581 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf();
1585 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary();
1762 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) {
1855 instructions_.Add(other->GetInstructions());
[all...]
H A Dnodes.h905 const HInstructionList& GetInstructions() const { return instructions_; } function in class:art::HBasicBlock
H A Doptimizing_unit_test.h67 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dprepare_for_register_allocation.cc26 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
H A Dreference_type_propagation.cc134 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) {
183 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dregister_allocator.cc123 for (HInstructionIterator inst_it(block->GetInstructions());
173 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
H A Dselect_generator.cc33 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dsharpening.cc39 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
H A Dside_effects_analysis.cc46 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
H A Dssa_builder.cc29 for (HInstructionIterator it(itb.Current()->GetInstructions()); !it.Done(); it.Advance()) {
H A Dssa_liveness_analysis.cc138 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
251 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
H A Dssa_test.cc73 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {

Completed in 102 milliseconds