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

NameValueComment
Beginning0
End1
BeforeTerminator2