A snippet is a Graal graph expressed as a Java source method. Snippets are used for lowering
nodes that have runtime dependent semantics (e.g. the CHECKCAST bytecode).
Specifies whether all FrameStates within this snippet should always be removed. If this is
false, FrameStates are only removed if there are no side-effecting instructions in the
snippet.