peeks | all stack locations that the block reads before writing |
replaces | all stack locations that the block writes |
kills | all stack locations which become unavailable after the block ends because of the stack height being decremented. For example, if the block contains drop, then D: 0 will be contained in kills because that stack location will not be live anymore. |