Lines Matching defs:phis
258 // Activate phis.
262 for (Phi* phi : *block->phis()) {
267 for (Phi* phi : *block->phis()) {
282 for (Phi* phi : *block->phis()) {
510 // Inject allocation into target phis.
514 Phi::List* phis = target->phis();
515 for (Phi* phi : *phis) {
519 for (Phi* phi : *phis) UpdateUse(&phi->input(block->predecessor_id()));
526 // Merge register values. Values only flowing into phis and not being
546 // Try allocate phis to a register used by any of the inputs.