Lines Matching full:terminator
570 :ref:`terminator <terminators>` instruction (such as a branch or function
2131 - An instruction *control-depends* on a :ref:`terminator
2132 instruction <terminators>` if the terminator instruction has
2136 - Additionally, an instruction also *control-depends* on a terminator
2138 be different if the terminator had transferred control to a different
3026 of instructions: :ref:`terminator instructions <terminators>`, :ref:`binary
3033 Terminator Instructions
3037 program ends with a "Terminator" instruction, which indicates which
3039 terminator instructions typically yield a '``void``' value: they produce
3043 The terminator instructions are: ':ref:`ret <i_ret>`',
3376 The '``resume``' instruction is a terminator instruction that has no