llvm::MemorySSA::InsertionPlace

Used in various insertion functions to specify whether we are talking about the beginning or end of a block.

Synopsis

Declared in <llvm/Analysis/MemorySSA.h>

enum InsertionPlace;

Members

NameDescription
Beginning Insert at the beginning of the block.
End Insert at the end of the block.
BeforeTerminator Insert before the block terminator.