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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-cache.cc 1066 ranger_cache::set_global_range (tree name, const vrange &r, bool changed) function in class:ranger_cache
gimple-range-cache.cc 1066 ranger_cache::set_global_range (tree name, const vrange &r, bool changed) function in class:ranger_cache
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-cache.cc 622 ssa_global_cache::set_global_range (tree name, const irange &r) function in class:ssa_global_cache
954 m_globals.set_global_range (name, r);
965 ranger_cache::set_global_range (tree name, const irange &r) function in class:ranger_cache
967 if (m_globals.set_global_range (name, r))
gimple-range-cache.cc 622 ssa_global_cache::set_global_range (tree name, const irange &r) function in class:ssa_global_cache
954 m_globals.set_global_range (name, r);
965 ranger_cache::set_global_range (tree name, const irange &r) function in class:ranger_cache
967 if (m_globals.set_global_range (name, r))

Completed in 44 milliseconds