Searched refs:AddDependentInstructionsToWorklist (Results 1 – 2 of 2) sorted by relevance
107 static void AddDependentInstructionsToWorklist(HInstruction* instruction, in AddDependentInstructionsToWorklist() function273 AddDependentInstructionsToWorklist(phi, worklist); in ProcessPrimitiveTypePropagationWorklist()346 AddDependentInstructionsToWorklist(aget_int, &worklist); in FixAmbiguousArrayOps()360 AddDependentInstructionsToWorklist(aget_float, &worklist); in FixAmbiguousArrayOps()
126 void AddDependentInstructionsToWorklist(HInstruction* instruction);1002 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()1013 void ReferenceTypePropagation::RTPVisitor::AddDependentInstructionsToWorklist( in AddDependentInstructionsToWorklist() function in art::ReferenceTypePropagation::RTPVisitor