Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:phis

22   // bit-vector of length <number of phis>.
33 // (2) Do a fixed point iteration to find the set of connected phis. A
54 // Set truncation flags for groups of connected phis. This is a conservative
62 // Check if all uses of all connected phis in this group are truncating.
77 // Clear truncation flag of this group of connected phis.
86 // Clear truncation flag of this group of connected phis.
98 // This step uses kTruncatingToInt32 flags of phis.
104 // sum up the non-phi use counts of all connected phis.
119 const ZoneList<HPhi*>* phis = block->phis();
120 for (int j = 0; j < phis->length(); ++j) {
121 AddToWorklist(phis->at(j));
141 const ZoneList<HPhi*>* phis = block->phis();
142 for (int j = 0; j < phis->length(); ++j) {
143 HPhi* phi = phis->at(j);