Lines Matching full:terminator
2810 This subclass is the parent of all terminator instructions (those which can
3138 a terminator instruction (a subclass of the TerminatorInst_ class).
3191 Returns a pointer to the terminator instruction that appears at the end of the
3192 ``BasicBlock``. If there is no terminator instruction, or if the last
3193 instruction in the block is not a terminator, then a null pointer is returned.