Searched refs:InsertInstructionAfter (Results 1 – 6 of 6) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | inliner.cc | 813 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 D | ssa_builder.cc | 304 aget->GetBlock()->InsertInstructionAfter(equivalent, aget); in CreateFloatOrDoubleEquivalentOfArrayGet()
|
H A D | nodes.cc | 1196 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 D | load_store_elimination.cc | 3287 ins->GetBlock()->InsertInstructionAfter(combine_inst, ins); in PredicateInstructions() 3683 bb->InsertInstructionAfter(set_value, repl_create); in SetupPartialMaterialization()
|
H A D | loop_optimization.cc | 1946 exit->InsertInstructionAfter(instruction, reduce); in ReduceAndExtractIfNeeded()
|
H A D | nodes.h | 157 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor); 1333 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
|