Home | History | Annotate | Download | only in compiler

Lines Matching defs:inputs

135     std::vector<Node*> inputs;
136 inputs.push_back(left);
137 inputs.push_back(right);
139 inputs.push_back(context());
142 inputs.push_back(EmptyFrameState(context()));
145 inputs.push_back(start());
148 inputs.push_back(control());
150 return graph.NewNode(op, static_cast<int>(inputs.size()),
151 &(inputs.front()));
628 // GreaterThan and GreaterThanOrEqual commute the inputs
676 // GreaterThan and GreaterThanOrEqual commute the inputs
1036 // Inputs should be commuted.