local analysis of On_Charging_Status scanning: GV_Charging_Status_val.1_1 = GV_Charging_Status_val; scanning: if (GV_Charging_Status_val.1_1 == 1) scanning: GV_Charging_Status_Steer_Angle = 0; scanning: return; Function is locally const. local analysis of Check_Charging_Status scanning: _1 = ECU3.RX.CH0_BCM_VCU_Signal2_0x580.ChargingStatus; scanning: _2 = (unsigned char) _1; scanning: GV_Charging_Status_val = _2; scanning: _3 = _2 + 255; scanning: if (_3 <= 1) scanning: On_Charging_Status (); scanning: return; Function is locally const. callgraph: On_Charging_Status/1 (On_Charging_Status) @06aa22a0 Type: function definition analyzed Visibility: externally_visible public Aux: @065b67e0 References: GV_Charging_Status_val/3 (read)GV_Charging_Status_Steer_Angle/4 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Check_Charging_Status/0 (273804165 (estimated locally),0.25 per call) Calls: Check_Charging_Status/0 (Check_Charging_Status) @06aa2000 Type: function definition analyzed Visibility: externally_visible public Aux: @065b6700 References: ECU3/2 (read)GV_Charging_Status_val/3 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Calls: On_Charging_Status/1 (273804165 (estimated locally),0.25 per call) ordered call graph: reduced for nothrow On_Charging_Status/1 (On_Charging_Status) @06aa22a0 Type: function definition analyzed Visibility: externally_visible public Aux: @065b67e0 References: GV_Charging_Status_val/3 (read)GV_Charging_Status_Steer_Angle/4 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Check_Charging_Status/0 (273804165 (estimated locally),0.25 per call) Calls: Check_Charging_Status/0 (Check_Charging_Status) @06aa2000 Type: function definition analyzed Visibility: externally_visible public Aux: @065b6700 References: ECU3/2 (read)GV_Charging_Status_val/3 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Calls: On_Charging_Status/1 (273804165 (estimated locally),0.25 per call) MALLOC LATTICE Initial: On_Charging_Status: malloc_bottom Check_Charging_Status: malloc_bottom MALLOC LATTICE after propagation: On_Charging_Status: malloc_bottom Check_Charging_Status: malloc_bottom callgraph: On_Charging_Status/1 (On_Charging_Status) @06aa22a0 Type: function definition analyzed Visibility: externally_visible public Aux: @065b6640 References: GV_Charging_Status_val/3 (read)GV_Charging_Status_Steer_Angle/4 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Check_Charging_Status/0 (273804165 (estimated locally),0.25 per call) Calls: Check_Charging_Status/0 (Check_Charging_Status) @06aa2000 Type: function definition analyzed Visibility: externally_visible public Aux: @065b6620 References: ECU3/2 (read)GV_Charging_Status_val/3 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Calls: On_Charging_Status/1 (273804165 (estimated locally),0.25 per call) ordered call graph: reduced Check_Charging_Status/0 (Check_Charging_Status) @06aa2000 Type: function definition analyzed Visibility: externally_visible public Aux: @065b6620 References: ECU3/2 (read)GV_Charging_Status_val/3 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Calls: On_Charging_Status/1 (273804165 (estimated locally),0.25 per call) On_Charging_Status/1 (On_Charging_Status) @06aa22a0 Type: function definition analyzed Visibility: externally_visible public Aux: @065b6640 References: GV_Charging_Status_val/3 (read)GV_Charging_Status_Steer_Angle/4 (write) Referring: Availability: available Function flags: count:1073741824 (estimated locally) body optimize_size Called by: Check_Charging_Status/0 (273804165 (estimated locally),0.25 per call) Calls: Function found not to call free: On_Charging_Status Function found not to call free: Check_Charging_Status On_Charging_Status () { unsigned char GV_Charging_Status_val.1_1; [local count: 1073741824]: # DEBUG BEGIN_STMT GV_Charging_Status_val.1_1 = GV_Charging_Status_val; if (GV_Charging_Status_val.1_1 == 1) goto ; [34.00%] else goto ; [66.00%] [local count: 365072220]: # DEBUG BEGIN_STMT GV_Charging_Status_Steer_Angle = 0; [local count: 1073741824]: return; } Check_Charging_Status () { _1; unsigned char _2; unsigned char _3; [local count: 1073741824]: # DEBUG BEGIN_STMT _1 = ECU3.RX.CH0_BCM_VCU_Signal2_0x580.ChargingStatus; _2 = (unsigned char) _1; GV_Charging_Status_val = _2; # DEBUG BEGIN_STMT _3 = _2 + 255; if (_3 <= 1) goto ; [25.50%] else goto ; [74.50%] [local count: 273804165]: # DEBUG BEGIN_STMT On_Charging_Status (); [local count: 1073741824]: return; }