Searched refs:PROPAGATE (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 58 // 1.) PROPAGATE: Traverse the graph from the end, pushing usage information 66 PROPAGATE, enumerator 650 // change the truncation of one of our inputs (see EnqueueInput<PROPAGATE> for 658 VisitNode<PROPAGATE>(node, info->truncation(), nullptr); in PropagateTruncation() 805 return T == PROPAGATE; in propagate() 4209 void RepresentationSelector::EnqueueInput<PROPAGATE>(Node* use_node, int index, in EnqueueInput() 4238 void RepresentationSelector::SetOutput<PROPAGATE>( in SetOutput() 4262 void RepresentationSelector::ProcessInput<PROPAGATE>(Node* node, int index, in ProcessInput() 4267 EnqueueInput<PROPAGATE>(node, index, use); in ProcessInput() 4288 void RepresentationSelector::ProcessRemainingInputs<PROPAGATE>(Nod [all...] |
Completed in 8 milliseconds