Searched defs:AddDependentInstructionsToWorklist (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_builder.cc107 static void AddDependentInstructionsToWorklist(HInstruction* instruction, function in namespace:art
273 AddDependentInstructionsToWorklist(phi, worklist);
346 AddDependentInstructionsToWorklist(aget_int, &worklist);
360 AddDependentInstructionsToWorklist(aget_float, &worklist);
H A Dreference_type_propagation.cc126 void AddDependentInstructionsToWorklist(HInstruction* instruction);
1002 AddDependentInstructionsToWorklist(instruction);
1013 void ReferenceTypePropagation::RTPVisitor::AddDependentInstructionsToWorklist( function in class:art::ReferenceTypePropagation::RTPVisitor

Completed in 26 milliseconds