Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.cc124 static bool TypePhiFromInputs(HPhi* phi) { in TypePhiFromInputs() function
219 if (!TypePhiFromInputs(phi) || !TypeInputsOfPhi(phi, worklist)) { in UpdatePrimitiveType()