Home | History | Annotate | Download | only in src

Lines Matching refs: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.
97 // Clear truncation flag of this group of connected phis.
108 // This step uses kTruncatingToInt32 flags of phis.
114 // sum up the non-phi use counts of all connected phis.
129 const ZoneList<HPhi*>* phis = block->phis();
130 for (int j = 0; j < phis->length(); ++j) {
131 AddToWorklist(phis->at(j));
151 const ZoneList<HPhi*>* phis = block->phis();
152 for (int j = 0; j < phis->length(); ++j) {
153 HPhi* phi = phis->at(j);