HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructions (Results 1 - 25 of 30) sorted by null

1 2

  /art/compiler/optimizing/
side_effects_analysis.cc 43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
instruction_simplifier_arm.h 56 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
instruction_simplifier_arm64.h 58 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
optimizing_unit_test.h 70 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
cha_guard_optimization.cc 80 HInstructionIterator it(block->GetInstructions());
licm.cc 128 for (HInstructionIterator inst_it(inner->GetInstructions());
select_generator.cc 33 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
dead_code_elimination.cc 88 block->GetPhis().CountSize() + block->GetInstructions().CountSize());
353 HBackwardInstructionIterator i(block->GetInstructions());
intrinsics.cc 139 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
nodes.cc 116 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
prepare_for_register_allocation.cc 28 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
ssa_test.cc 74 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
loop_optimization.cc 463 RemoveDeadInstructions(block->GetInstructions());
587 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
805 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
811 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
scheduler.cc 577 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
773 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
ssa_liveness_analysis.cc 68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done();
179 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
code_sinking.cc 139 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
constant_folding.cc 85 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
sharpening.cc 42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
graph_checker.cc 138 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
349 : input->GetBlock()->GetInstructions();
365 : user->GetBlock()->GetInstructions();
    [all...]
reference_type_propagation.cc 134 for (HInstructionIterator iti(block->GetInstructions()); !iti.Done(); iti.Advance()) {
349 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) {
    [all...]
inliner.cc 106 for (HInstructionIterator instr_it(block->GetInstructions());
    [all...]
ssa_builder.cc 31 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) {
register_allocator_linear_scan.cc 118 for (HInstructionIterator inst_it(block->GetInstructions());
167 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done();
    [all...]
graph_visualizer.cc 822 PrintInstructions(block->GetInstructions());
    [all...]
bounds_check_elimination.cc     [all...]

Completed in 117 milliseconds

1 2