Searched refs:AddDependentInstructionsToWorklist (Results 1 – 2 of 2) sorted by relevance
110 static void AddDependentInstructionsToWorklist(HInstruction* instruction, in AddDependentInstructionsToWorklist() function276 AddDependentInstructionsToWorklist(phi, worklist); in ProcessPrimitiveTypePropagationWorklist()349 AddDependentInstructionsToWorklist(aget_int, &worklist); in FixAmbiguousArrayOps()363 AddDependentInstructionsToWorklist(aget_float, &worklist); in FixAmbiguousArrayOps()
100 void AddDependentInstructionsToWorklist(HInstruction* instruction);995 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()1006 void ReferenceTypePropagation::RTPVisitor::AddDependentInstructionsToWorklist( in AddDependentInstructionsToWorklist() function in art::ReferenceTypePropagation::RTPVisitor