Home
last modified time | relevance | path

Searched refs:AddDependentInstructionsToWorklist (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dssa_builder.cc105 static void AddDependentInstructionsToWorklist(HInstruction* instruction, in AddDependentInstructionsToWorklist() function
267 AddDependentInstructionsToWorklist(phi, worklist); in ProcessPrimitiveTypePropagationWorklist()
337 AddDependentInstructionsToWorklist(aget_int, &worklist); in FixAmbiguousArrayOps()
351 AddDependentInstructionsToWorklist(aget_float, &worklist); in FixAmbiguousArrayOps()
Dreference_type_propagation.h96 void AddDependentInstructionsToWorklist(HInstruction* instr);
Dreference_type_propagation.cc971 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()
982 void ReferenceTypePropagation::AddDependentInstructionsToWorklist(HInstruction* instruction) { in AddDependentInstructionsToWorklist() function in art::ReferenceTypePropagation