Lines Matching refs:PROPAGATE
58 // 1.) PROPAGATE: Traverse the graph from the end, pushing usage information
66 PROPAGATE,
650 // change the truncation of one of our inputs (see EnqueueInput<PROPAGATE> for
658 VisitNode<PROPAGATE>(node, info->truncation(), nullptr);
805 return T == PROPAGATE;
4209 void RepresentationSelector::EnqueueInput<PROPAGATE>(Node* use_node, int index,
4238 void RepresentationSelector::SetOutput<PROPAGATE>(
4262 void RepresentationSelector::ProcessInput<PROPAGATE>(Node* node, int index,
4267 EnqueueInput<PROPAGATE>(node, index, use);
4288 void RepresentationSelector::ProcessRemainingInputs<PROPAGATE>(Node* node,
4295 EnqueueInput<PROPAGATE>(node, i);
4304 void RepresentationSelector::VisitInputs<PROPAGATE>(Node* node) {
4308 ProcessInput<PROPAGATE>(node, i, UseInfo::AnyTagged());
4312 EnqueueInput<PROPAGATE>(node, i);