Searched refs:CollectValueProjections (Results 1 – 3 of 3) sorted by relevance
127 static void CollectValueProjections(Node* node, Node** proj, size_t count);
282 void NodeProperties::CollectValueProjections(Node* node, Node** projections, in CollectValueProjections() function in v8::internal::compiler::NodeProperties
359 NodeProperties::CollectValueProjections(node, projections.data(), in LowerNode()