Home | History | Annotate | Download | only in compiler

Lines Matching refs:fully_reduced_

31       fully_reduced_(static_cast<int>(jsgraph->graph()->NodeCount() * 2), zone),
35 if (node->id() < static_cast<NodeId>(fully_reduced_.length()) &&
36 fully_reduced_.Contains(node->id())) {
59 if (node->id() >= static_cast<NodeId>(fully_reduced_.length()) ||
60 fully_reduced_.Contains(node->id())) {
76 input->id() >= static_cast<NodeId>(fully_reduced_.length()) ||
77 !fully_reduced_.Contains(input->id());
84 fully_reduced_.Add(node->id());
104 if (node->id() < static_cast<NodeId>(fully_reduced_.length())) {
105 fully_reduced_.Add(node->id());
121 if (node->id() < static_cast<NodeId>(fully_reduced_.length())) {
122 fully_reduced_.Add(node->id());
136 if (node->id() < static_cast<NodeId>(fully_reduced_.length())) {
137 fully_reduced_.Add(node->id());
155 if (node->id() < static_cast<NodeId>(fully_reduced_.length())) {
156 fully_reduced_.Add(node->id());
216 if (node->id() < static_cast<NodeId>(fully_reduced_.length())) {
217 fully_reduced_.Add(node->id());
241 if (node->id() < static_cast<NodeId>(fully_reduced_.length()) &&
242 fully_reduced_.Contains(node->id())) {
284 if (node->id() < static_cast<NodeId>(fully_reduced_.length())) {
285 fully_reduced_.Add(node->id());
298 if (node->id() < static_cast<NodeId>(fully_reduced_.length()) &&
299 fully_reduced_.Contains(node->id())) {