ADM/GW/Debug_FLASH/src/BCM/PWM.c.072i.cp

137 lines
4.0 KiB
C++

IPA constant propagation start:
IPA structures before propagation:
Jump functions:
Jump functions of caller Set_PWM_Duty/3:
Jump functions of caller PWM_for_dirve_mode/0:
Propagating constants:
Not considering PWM_for_dirve_mode for cloning; -fipa-cp-clone disabled.
overall_size: 33, max_new_size: 11001
IPA lattices after all propagation:
Lattices:
Node: PWM_for_dirve_mode/0:
IPA decision stage:
IPA constant propagation end
Reclaiming functions:
Reclaiming variables:
Clearing address taken flags:
Symbol table:
GV_PWM_2/4 (GV_PWM_2) @06b06000
Type: variable
Body removed by symtab_remove_unreachable_nodes
Visibility: external public
References:
Referring: PWM_for_dirve_mode/0 (write)PWM_for_dirve_mode/0 (write)PWM_for_dirve_mode/0 (write)
Availability: not_available
Varpool flags:
Set_PWM_Duty/3 (Set_PWM_Duty) @06b022a0
Type: function
Visibility: external public
References:
Referring:
Availability: not_available
Function flags: optimize_size
Called by: PWM_for_dirve_mode/0 (524845004 (estimated locally),0.49 per call) PWM_for_dirve_mode/0 (524845004 (estimated locally),0.49 per call) PWM_for_dirve_mode/0 (274448410 (estimated locally),0.26 per call) PWM_for_dirve_mode/0 (274448410 (estimated locally),0.26 per call) PWM_for_dirve_mode/0 (274448410 (estimated locally),0.26 per call) PWM_for_dirve_mode/0 (274448410 (estimated locally),0.26 per call)
Calls:
GV_PWM_1/2 (GV_PWM_1) @06afaee8
Type: variable
Body removed by symtab_remove_unreachable_nodes
Visibility: external public
References:
Referring: PWM_for_dirve_mode/0 (read)PWM_for_dirve_mode/0 (write)PWM_for_dirve_mode/0 (write)PWM_for_dirve_mode/0 (write)
Availability: not_available
Varpool flags:
GV_Operation_Mode/1 (GV_Operation_Mode) @06afaea0
Type: variable
Body removed by symtab_remove_unreachable_nodes
Visibility: external public
References:
Referring: PWM_for_dirve_mode/0 (read)
Availability: not_available
Varpool flags:
PWM_for_dirve_mode/0 (PWM_for_dirve_mode) @06afbb60
Type: function definition analyzed
Visibility: externally_visible public
References: GV_Operation_Mode/1 (read)GV_PWM_1/2 (read)GV_PWM_1/2 (write)GV_PWM_2/4 (write)GV_PWM_1/2 (write)GV_PWM_2/4 (write)GV_PWM_2/4 (write)GV_PWM_1/2 (write)
Referring:
Availability: available
Function flags: count:1073741824 (estimated locally) body optimize_size
Called by:
Calls: Set_PWM_Duty/3 (524845004 (estimated locally),0.49 per call) Set_PWM_Duty/3 (524845004 (estimated locally),0.49 per call) Set_PWM_Duty/3 (274448410 (estimated locally),0.26 per call) Set_PWM_Duty/3 (274448410 (estimated locally),0.26 per call) Set_PWM_Duty/3 (274448410 (estimated locally),0.26 per call) Set_PWM_Duty/3 (274448410 (estimated locally),0.26 per call)
;; Function PWM_for_dirve_mode (PWM_for_dirve_mode, funcdef_no=0, decl_uid=5236, cgraph_uid=1, symbol_order=0)
Modification phase of node PWM_for_dirve_mode/0
PWM_for_dirve_mode ()
{
unsigned char GV_Operation_Mode.0_1;
unsigned char GV_PWM_1.1_2;
<bb 2> [local count: 1073741824]:
# DEBUG BEGIN_STMT
GV_Operation_Mode.0_1 = GV_Operation_Mode;
if (GV_Operation_Mode.0_1 == 1)
goto <bb 3>; [51.12%]
else
goto <bb 6>; [48.88%]
<bb 3> [local count: 548896821]:
# DEBUG BEGIN_STMT
GV_PWM_1.1_2 = GV_PWM_1;
if (GV_PWM_1.1_2 == 0)
goto <bb 4>; [50.00%]
else
goto <bb 5>; [50.00%]
<bb 4> [local count: 274448410]:
# DEBUG BEGIN_STMT
Set_PWM_Duty (0, 1.0e+2);
# DEBUG BEGIN_STMT
Set_PWM_Duty (1, 0.0);
# DEBUG BEGIN_STMT
GV_PWM_1 = 1;
# DEBUG BEGIN_STMT
GV_PWM_2 = 0;
goto <bb 7>; [100.00%]
<bb 5> [local count: 274448410]:
# DEBUG BEGIN_STMT
Set_PWM_Duty (0, 0.0);
# DEBUG BEGIN_STMT
Set_PWM_Duty (1, 0.0);
# DEBUG BEGIN_STMT
GV_PWM_1 = 0;
# DEBUG BEGIN_STMT
GV_PWM_2 = 0;
goto <bb 7>; [100.00%]
<bb 6> [local count: 524845004]:
# DEBUG BEGIN_STMT
# DEBUG BEGIN_STMT
Set_PWM_Duty (1, 0.0);
# DEBUG BEGIN_STMT
Set_PWM_Duty (0, 0.0);
# DEBUG BEGIN_STMT
GV_PWM_2 = 0;
# DEBUG BEGIN_STMT
GV_PWM_1 = 0;
<bb 7> [local count: 1073741824]:
return;
}