Searched refs:AddDependentInstructionsToWorklist (Results 1 – 3 of 3) sorted by relevance
105 static void AddDependentInstructionsToWorklist(HInstruction* instruction, in AddDependentInstructionsToWorklist() function267 AddDependentInstructionsToWorklist(phi, worklist); in ProcessPrimitiveTypePropagationWorklist()337 AddDependentInstructionsToWorklist(aget_int, &worklist); in FixAmbiguousArrayOps()351 AddDependentInstructionsToWorklist(aget_float, &worklist); in FixAmbiguousArrayOps()
96 void AddDependentInstructionsToWorklist(HInstruction* instr);
971 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()982 void ReferenceTypePropagation::AddDependentInstructionsToWorklist(HInstruction* instruction) { in AddDependentInstructionsToWorklist() function in art::ReferenceTypePropagation