mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 09:53:59 +09:00
136 lines
3.1 KiB
Plaintext
136 lines
3.1 KiB
Plaintext
|
|
Analyzing function: Soc_Check_befor_IGN/1
|
|
;; 1 loops found
|
|
;;
|
|
;; Loop 0
|
|
;; header 0, latch 1
|
|
;; depth 0, outer -1
|
|
;; nodes: 0 1 2 3 4
|
|
;; 2 succs { 3 4 }
|
|
;; 3 succs { 4 }
|
|
;; 4 succs { 1 }
|
|
|
|
Analyzing function body size: Soc_Check_befor_IGN
|
|
fp_expression set
|
|
|
|
IPA function summary for Soc_Check_befor_IGN/1 inlinable fp_expression
|
|
global time: 7.500000
|
|
self size: 9
|
|
global size: 0
|
|
min size: 0
|
|
self stack: 0
|
|
global stack: 0
|
|
size:6.000000, time:5.500000
|
|
size:3.000000, time:2.000000, executed if:(not inlined)
|
|
calls:
|
|
|
|
|
|
Analyzing function: Soc_Check/0
|
|
;; 1 loops found
|
|
;;
|
|
;; Loop 0
|
|
;; header 0, latch 1
|
|
;; depth 0, outer -1
|
|
;; nodes: 0 1 2
|
|
;; 2 succs { 1 }
|
|
|
|
Analyzing function body size: Soc_Check
|
|
fp_expression set
|
|
|
|
IPA function summary for Soc_Check/0 inlinable fp_expression
|
|
global time: 5.000000
|
|
self size: 6
|
|
global size: 0
|
|
min size: 0
|
|
self stack: 0
|
|
global stack: 0
|
|
size:3.000000, time:3.000000
|
|
size:3.000000, time:2.000000, executed if:(not inlined)
|
|
calls:
|
|
|
|
Symbol table:
|
|
|
|
GV_SOC_STAT_Flag/4 (GV_SOC_STAT_Flag) @05c8b438
|
|
Type: variable
|
|
Body removed by symtab_remove_unreachable_nodes
|
|
Visibility: external public
|
|
References:
|
|
Referring: Soc_Check_befor_IGN/1 (write)
|
|
Availability: not_available
|
|
Varpool flags:
|
|
GV_SOC_Value/3 (GV_SOC_Value) @05c8b240
|
|
Type: variable
|
|
Body removed by symtab_remove_unreachable_nodes
|
|
Visibility: external public
|
|
References:
|
|
Referring: Soc_Check/0 (write)Soc_Check_befor_IGN/1 (write)
|
|
Availability: not_available
|
|
Varpool flags:
|
|
ECU3/2 (ECU3) @05c8b1f8
|
|
Type: variable
|
|
Body removed by symtab_remove_unreachable_nodes
|
|
Visibility: external public
|
|
References:
|
|
Referring: Soc_Check/0 (read)Soc_Check_befor_IGN/1 (read)
|
|
Availability: not_available
|
|
Varpool flags:
|
|
Soc_Check_befor_IGN/1 (Soc_Check_befor_IGN) @05c8a000
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References: ECU3/2 (read)GV_SOC_Value/3 (write)GV_SOC_STAT_Flag/4 (write)
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
Soc_Check/0 (Soc_Check) @05ee6b60
|
|
Type: function definition analyzed
|
|
Visibility: externally_visible public
|
|
References: ECU3/2 (read)GV_SOC_Value/3 (write)
|
|
Referring:
|
|
Availability: available
|
|
Function flags: count:1073741824 (estimated locally) body optimize_size
|
|
Called by:
|
|
Calls:
|
|
Soc_Check_befor_IGN ()
|
|
{
|
|
unsigned char _1;
|
|
float _2;
|
|
|
|
<bb 2> [local count: 1073741824]:
|
|
# DEBUG BEGIN_STMT
|
|
_1 = ECU3.RX.CH0_BCM_VCU_Signal2_0x580.BMS_SOC;
|
|
_2 = (float) _1;
|
|
GV_SOC_Value = _2;
|
|
# DEBUG BEGIN_STMT
|
|
if (_2 <= 3.0e+1)
|
|
goto <bb 3>; [50.00%]
|
|
else
|
|
goto <bb 4>; [50.00%]
|
|
|
|
<bb 3> [local count: 536870913]:
|
|
# DEBUG BEGIN_STMT
|
|
GV_SOC_STAT_Flag = 3;
|
|
|
|
<bb 4> [local count: 1073741824]:
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
Soc_Check ()
|
|
{
|
|
unsigned char _1;
|
|
float _2;
|
|
|
|
<bb 2> [local count: 1073741824]:
|
|
# DEBUG BEGIN_STMT
|
|
_1 = ECU3.RX.CH0_BCM_VCU_Signal2_0x580.BMS_SOC;
|
|
_2 = (float) _1;
|
|
GV_SOC_Value = _2;
|
|
return;
|
|
|
|
}
|
|
|
|
|