enum MemorySSA::InsertionPlace
Description
Used in various insertion functions to specify whether we are talking about the beginning or end of a block.
Declared at: llvm/include/llvm/Analysis/MemorySSA.h:789
Enumerators
Name | Value | Comment |
---|---|---|
Beginning | 0 | |
End | 1 | |
BeforeTerminator | 2 |