HomeSort by relevance Sort by last modified time
    Searched refs:TypeInputsOfPhi (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
ssa_builder.h 111 bool TypeInputsOfPhi(HPhi* phi, ScopedArenaVector<HPhi*>* worklist);
ssa_builder.cc 145 // 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) {
225 if (!TypePhiFromInputs(phi) || !TypeInputsOfPhi(phi, worklist)) {

Completed in 132 milliseconds