Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.h114 bool UpdatePrimitiveType(HPhi* phi, ScopedArenaVector<HPhi*>* worklist);
Dssa_builder.cc219 bool SsaBuilder::UpdatePrimitiveType(HPhi* phi, ScopedArenaVector<HPhi*>* worklist) { in UpdatePrimitiveType() function in art::SsaBuilder
258 UpdatePrimitiveType(phi, &worklist); in RunPrimitiveTypePropagation()
275 if (phi->IsLive() && UpdatePrimitiveType(phi, worklist)) { in ProcessPrimitiveTypePropagationWorklist()