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

/art/compiler/optimizing/
H A Dssa_builder.cc104 static void AddDependentInstructionsToWorklist(HInstruction* instruction, function in namespace:art
274 AddDependentInstructionsToWorklist(phi, worklist);
344 AddDependentInstructionsToWorklist(aget_int, &worklist);
358 AddDependentInstructionsToWorklist(aget_float, &worklist);
H A Dreference_type_propagation.cc903 AddDependentInstructionsToWorklist(instruction);
914 void ReferenceTypePropagation::AddDependentInstructionsToWorklist(HInstruction* instruction) { function in class:art::ReferenceTypePropagation

Completed in 49 milliseconds