Home
last modified time | relevance | path

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

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