Lines Matching defs:PROPAGATE
32 // 1.) PROPAGATE: Traverse the graph from the end, pushing usage information
40 PROPAGATE,
70 phase_(PROPAGATE),
79 phase_ = PROPAGATE;
117 if (phase_ != PROPAGATE) return;
169 if (phase_ == PROPAGATE) {
170 // In the propagate phase, propagate the usage information backward.
273 // First, propagate the usage information to inputs of the phi.
276 // Propagate {use} of the phi to value inputs, and 0 to control.
362 // Depending on the operator, propagate new usage info to the inputs.
526 // Propagate a type to the input, but pass through representation.
548 // Propagate a type to the input, but pass through representation.