Home | History | Annotate | Download | only in compiler

Lines Matching refs:Control

28 // A basic block contains an ordered list of nodes and ends with a control
34 // Possible control nodes that can end a block.
35 enum Control {
36 kNone, // Control not initialized yet.
110 Control control() const { return control_; }
111 void set_control(Control control);
164 Control control_; // Control at the end of the block.
165 Node* control_input_; // Input value for control.
175 std::ostream& operator<<(std::ostream&, const BasicBlock::Control&);
181 // a graph has no notion of control flow ordering other than that induced