Used in various insertion functions to specify whether we are talking about the beginning or end of a block.
Declared in <llvm/Analysis/MemorySSA.h>
enum InsertionPlace;
| Name | Description |
|---|---|
Beginning | Insert at the beginning of the block. |
End | Insert at the end of the block. |
BeforeTerminator | Insert before the block terminator. |