Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.h113 bool TypeInputsOfPhi(HPhi* phi, ScopedArenaVector<HPhi*>* worklist);
Dssa_builder.cc173 bool SsaBuilder::TypeInputsOfPhi(HPhi* phi, ScopedArenaVector<HPhi*>* worklist) { in TypeInputsOfPhi() function in art::SsaBuilder
228 if (!TypePhiFromInputs(phi) || !TypeInputsOfPhi(phi, worklist)) { in UpdatePrimitiveType()