Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc110 static void AddDependentInstructionsToWorklist(HInstruction* instruction, in AddDependentInstructionsToWorklist() function
276 AddDependentInstructionsToWorklist(phi, worklist); in ProcessPrimitiveTypePropagationWorklist()
349 AddDependentInstructionsToWorklist(aget_int, &worklist); in FixAmbiguousArrayOps()
363 AddDependentInstructionsToWorklist(aget_float, &worklist); in FixAmbiguousArrayOps()
Dreference_type_propagation.cc100 void AddDependentInstructionsToWorklist(HInstruction* instruction);
995 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()
1006 void ReferenceTypePropagation::RTPVisitor::AddDependentInstructionsToWorklist( in AddDependentInstructionsToWorklist() function in art::ReferenceTypePropagation::RTPVisitor