Searched defs:TypeInputsOfPhi (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dssa_builder.cc145 // ambiguous. TypeInputsOfPhi will either type them or detect a conflict.
151 // there is a conflict, it will be detected during TypeInputsOfPhi.
164 // still discover conflict whilst typing the individual inputs in TypeInputsOfPhi.
170 bool SsaBuilder::TypeInputsOfPhi(HPhi* phi, ScopedArenaVector<HPhi*>* worklist) { function in class:art::SsaBuilder
225 if (!TypePhiFromInputs(phi) || !TypeInputsOfPhi(phi, worklist)) {

Completed in 831 milliseconds