Gets the abstract value of a variable at block exit.
D? getValueAtExit(int blockId, String variable) { return exitStates[blockId]?[variable]; }