Home | History | Annotate | Download | only in compiler

Lines Matching refs:limits_

31       limits_(graph->NodeCount(), zone),
102 for (Constraint constraint : limits_.Get(from)) {
141 VariableLimits merged = limits_.Get(node->InputAt(0));
143 merged.ResetToCommonAncestor(limits_.Get(node->InputAt(i)));
145 limits_.Set(node, merged);
157 VariableLimits limits = limits_.Get(branch);
177 limits_.Set(node, limits);
197 void LoopVariableOptimizer::VisitStart(Node* node) { limits_.Set(node, {}); }
209 limits_.Set(node, limits_.Get(NodeProperties::GetControlInput(node, 0)));