Home
last modified time | relevance | path

Searched refs:InsertInstructionAfter (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dinliner.cc813 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard()
817 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard()
818 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard()
838 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard()
871 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard()
881 bb_cursor->InsertInstructionAfter(compare, load_class); in AddTypeGuard()
891 bb_cursor->InsertInstructionAfter(deoptimize, compare); in AddTypeGuard()
1157 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget()
1161 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget()
1162 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget()
[all …]
H A Dssa_builder.cc304 aget->GetBlock()->InsertInstructionAfter(equivalent, aget); in CreateFloatOrDoubleEquivalentOfArrayGet()
H A Dnodes.cc1196 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HBasicBlock
1207 instructions_.InsertInstructionAfter(instruction, cursor); in InsertInstructionAfter()
1217 phis_.InsertInstructionAfter(phi, cursor); in InsertPhiAfter()
1408 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HInstructionList
H A Dload_store_elimination.cc3287 ins->GetBlock()->InsertInstructionAfter(combine_inst, ins); in PredicateInstructions()
3683 bb->InsertInstructionAfter(set_value, repl_create); in SetupPartialMaterialization()
H A Dloop_optimization.cc1946 exit->InsertInstructionAfter(instruction, reduce); in ReduceAndExtractIfNeeded()
H A Dnodes.h157 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
1333 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);