Searched refs:InsertInstructionAfter (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | inliner.cc | 927 bb_cursor->InsertInstructionAfter(deopt_flag, cursor); in AddCHAGuard() 931 bb_cursor->InsertInstructionAfter(compare, deopt_flag); in AddCHAGuard() 932 bb_cursor->InsertInstructionAfter(deopt, compare); in AddCHAGuard() 952 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in AddTypeGuard() 985 bb_cursor->InsertInstructionAfter(load_class, receiver_class); in AddTypeGuard() 995 bb_cursor->InsertInstructionAfter(compare, load_class); in AddTypeGuard() 1005 bb_cursor->InsertInstructionAfter(deoptimize, compare); in AddTypeGuard() 1289 bb_cursor->InsertInstructionAfter(receiver_class, cursor); in TryInlinePolymorphicCallToSameTarget() 1293 bb_cursor->InsertInstructionAfter(class_table_get, receiver_class); in TryInlinePolymorphicCallToSameTarget() 1294 bb_cursor->InsertInstructionAfter(compare, class_table_get); in TryInlinePolymorphicCallToSameTarget() [all …]
|
D | ssa_builder.cc | 304 aget->GetBlock()->InsertInstructionAfter(equivalent, aget); in CreateFloatOrDoubleEquivalentOfArrayGet()
|
D | nodes.cc | 1080 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HBasicBlock 1091 instructions_.InsertInstructionAfter(instruction, cursor); in InsertInstructionAfter() 1101 phis_.InsertInstructionAfter(phi, cursor); in InsertPhiAfter() 1291 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() function in art::HInstructionList
|
D | loop_optimization.cc | 2375 exit->InsertInstructionAfter(instruction, reduce); in ReduceAndExtractIfNeeded()
|
D | nodes.h | 162 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor); 1374 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
|