We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c450f commit 400793aCopy full SHA for 400793a
CodeHawk/CHB/bchanalyze/bCHAnalyzeApp.ml
@@ -538,6 +538,7 @@ let analyze_arm_function faddr f count =
538
analyze_procedure_with_reaching_defs proc arm_chif_system#get_arm_system;
539
analyze_procedure_with_flag_reaching_defs
540
proc arm_chif_system#get_arm_system;
541
+ (* disable for now; must analysis to be changed into may analysis
542
(if islarge then
543
chlog#add "skip def-use" (faddr#toPretty)
544
else
@@ -547,6 +548,7 @@ let analyze_arm_function faddr f count =
547
548
549
analyze_procedure_with_def_use_high
550
proc arm_chif_system#get_arm_system)
551
+ *)
552
end);
553
extract_ranges finfo bb_invariants#get_invariants;
554
extract_linear_equalities finfo bb_invariants#get_invariants;
0 commit comments