Home | History | Annotate | Download | only in src

Lines Matching defs:phis

21   // bit-vector of length <number of phis>.
32 // (2) Do a fixed point iteration to find the set of connected phis. A
53 // Set truncation flags for groups of connected phis. This is a conservative
61 // Check if all uses of all connected phis in this group are truncating.
76 // Clear truncation flag of this group of connected phis.
85 // Clear truncation flag of this group of connected phis.
97 // This step uses kTruncatingToInt32 flags of phis.
103 // sum up the non-phi use counts of all connected phis.
118 const ZoneList<HPhi*>* phis = block->phis();
119 for (int j = 0; j < phis->length(); ++j) {
120 AddToWorklist(phis->at(j));
140 const ZoneList<HPhi*>* phis = block->phis();
141 for (int j = 0; j < phis->length(); ++j) {
142 HPhi* phi = phis->at(j);