Searched defs:vr_values (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-evrp-analyze.h | 29 delete vr_values; in ~evrp_range_analyzer() local 63 class vr_values *vr_values; variable
|
H A D | tree-ssa-strlen.h | 28 class vr_values; variable
|
H A D | builtins.h | 137 class vr_values; variable
|
H A D | gimple-ssa-sprintf.c | 962 format_none (const directive &, tree, const vr_values *) in format_none() 971 format_percent (const directive &, tree, const vr_values *) in format_percent() 1031 const class vr_values *vr_values) in get_int_range() 1189 format_integer (const directive &dir, tree arg, const vr_values *vr_values) in format_integer() 1824 format_floating (const directive &dir, tree arg, const vr_values *) in format_floating() 2126 format_character (const directive &dir, tree arg, const vr_values *vr_values) in format_character() 2437 format_string (const directive &dir, tree arg, const vr_values *vr_values) in format_string() 2638 format_plain (const directive &dir, tree, const vr_values *) in format_plain() 3034 const class vr_values *vr_values) in format_directive() 3390 const vr_values *vr_values) in parse_directive() [all …]
|
H A D | gimple-ssa-evrp.c | 52 class vr_values *vr_values; variable
|
H A D | tree-ssa-dom.c | 1790 cprop_operand (gimple *stmt, use_operand_p op_p, vr_values *vr_values) in cprop_operand() argument 1858 cprop_into_stmt (gimple *stmt, vr_values *vr_values) in cprop_into_stmt() argument
|
H A D | tree-vrp.c | 3457 class vr_values vr_values; variable 4765 class vr_values *vr_values; variable 4907 vr_values *vr_values = x_vr_values; in simplify_stmt_for_jump_threading() local 5023 class vr_values *vr_values; variable 5114 identify_jump_threads (class vr_values *vr_values) in identify_jump_threads()
|
H A D | tree-ssa-threadedge.c | 166 vr_values *vr_values = evrp_range_analyzer->get_vr_values (); in record_temporary_equivalences_from_phis() local
|
H A D | vr-values.c | 1949 vr_values::vr_values () : vrp_value_range_pool ("Tree VRP value ranges") in vr_values() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vr-values.cc | 1848 vr_values::vr_values () : simplifier (this) in vr_values() function in vr_values
|