Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dprimitive_type_propagation.cc71 AddDependentInstructionsToWorklist(equivalent); in UpdateType()
114 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()
124 void PrimitiveTypePropagation::AddDependentInstructionsToWorklist(HInstruction* instruction) { in AddDependentInstructionsToWorklist() function in art::PrimitiveTypePropagation
Dprimitive_type_propagation.h36 void AddDependentInstructionsToWorklist(HInstruction* instruction);
Dreference_type_propagation.h61 void AddDependentInstructionsToWorklist(HInstruction* instr);
Dreference_type_propagation.cc320 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()
330 void ReferenceTypePropagation::AddDependentInstructionsToWorklist(HInstruction* instruction) { in AddDependentInstructionsToWorklist() function in art::ReferenceTypePropagation
Dssa_builder.cc46 void AddDependentInstructionsToWorklist(HPhi* phi);
145 AddDependentInstructionsToWorklist(instruction); in ProcessWorklist()
155 void DeadPhiHandling::AddDependentInstructionsToWorklist(HPhi* instruction) { in AddDependentInstructionsToWorklist() function in art::DeadPhiHandling