HomeSort by: relevance | last modified time | path
    Searched defs:ranger_cache (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-cache.h 121 class ranger_cache : public range_query class in inherits:range_query
124 ranger_cache (int not_executable_flag);
125 ~ranger_cache ();
gimple-range-cache.cc 868 ranger_cache::ranger_cache (int not_executable_flag) function in class:ranger_cache
893 ranger_cache::~ranger_cache ()
906 ranger_cache::dump (FILE *f)
915 ranger_cache::dump_bb (FILE *f, basic_block bb)
927 ranger_cache::get_global_range (irange &r, tree name) const
943 ranger_cache::get_global_range (irange &r, tree name, bool &current_p)
965 ranger_cache::set_global_range (tree name, const irange &r)
1000 ranger_cache::range_of_def (irange &r, tree name, basic_block bb
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-cache.h 98 class ranger_cache : public range_query class in inherits:range_query
101 ranger_cache (int not_executable_flag, bool use_imm_uses);
102 ~ranger_cache ();
gimple-range-cache.cc 952 ranger_cache::ranger_cache (int not_executable_flag, bool use_imm_uses) function in class:ranger_cache
977 ranger_cache::~ranger_cache ()
990 ranger_cache::dump (FILE *f)
1001 ranger_cache::dump_bb (FILE *f, basic_block bb)
1013 ranger_cache::get_global_range (vrange &r, tree name) const
1029 ranger_cache::get_global_range (vrange &r, tree name, bool &current_p)
1066 ranger_cache::set_global_range (tree name, const vrange &r, bool changed)
1111 ranger_cache::range_of_def (vrange &r, tree name, basic_block bb
    [all...]

Completed in 17 milliseconds