Lines Matching defs:phis
44 // bit-vector of length <number of phis>.
55 // (2) Do a fixed point iteration to find the set of connected phis. A
76 // Set truncation flags for groups of connected phis. This is a conservative
84 // Check if all uses of all connected phis in this group are truncating.
99 // Clear truncation flag of this group of connected phis.
108 // Clear truncation flag of this group of connected phis.
120 // This step uses kTruncatingToInt32 flags of phis.
126 // sum up the non-phi use counts of all connected phis.
141 const ZoneList<HPhi*>* phis = block->phis();
142 for (int j = 0; j < phis->length(); ++j) {
143 AddToWorklist(phis->at(j));
163 const ZoneList<HPhi*>* phis = block->phis();
164 for (int j = 0; j < phis->length(); ++j) {
165 HPhi* phi = phis->at(j);