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