Home
last modified time | relevance | path

Searched defs:vr_values (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-evrp-analyze.h29 delete vr_values; in ~evrp_range_analyzer() local
63 class vr_values *vr_values; variable
H A Dgimple-ssa-sprintf.c1072 format_none (const directive &, tree, vr_values *) in format_none() argument
1081 format_percent (const directive &, tree, vr_values *) in format_percent() argument
1139 class vr_values *vr_values) in get_int_range()
1297 format_integer (const directive &dir, tree arg, vr_values *vr_values) in format_integer() argument
1933 format_floating (const directive &dir, tree arg, vr_values *) in format_floating() argument
2199 format_character (const directive &dir, tree arg, vr_values *vr_values) in format_character() argument
2264 format_string (const directive &dir, tree arg, vr_values *) in format_string() argument
2425 format_plain (const directive &dir, tree, vr_values *) in format_plain() argument
2788 class vr_values *vr_values) in format_directive()
3065 vr_values *vr_values) in parse_directive() argument
H A Dgimple-ssa-evrp.c50 class vr_values *vr_values; variable
H A Dtree-vrp.c4845 class vr_values vr_values; variable
6485 class vr_values *vr_values; variable
6627 vr_values *vr_values = x_vr_values; in simplify_stmt_for_jump_threading() local
6738 class vr_values *vr_values; variable
6829 identify_jump_threads (class vr_values *vr_values) in identify_jump_threads()
H A Dtree-ssa-threadedge.c167 vr_values *vr_values = evrp_range_analyzer->get_vr_values (); in record_temporary_equivalences_from_phis() local
H A Dvr-values.c1911 vr_values::vr_values () : vrp_value_range_pool ("Tree VRP value ranges") in vr_values() function