Home
last modified time | relevance | path

Searched refs:stridx_strlenloc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-strlen.c162 typedef std::pair<int, location_t> stridx_strlenloc; typedef
163 static hash_map<tree, stridx_strlenloc> *strlen_to_stridx;
1265 strlen_to_stridx->put (lhs, stridx_strlenloc (idx, loc)); in handle_builtin_strlen()
1318 strlen_to_stridx->put (lhs, stridx_strlenloc (idx, loc)); in handle_builtin_strlen()
2146 stridx_strlenloc *pss = strlen_to_stridx->get (len); in handle_builtin_stxncpy()
3370 if (stridx_strlenloc *ps = strlen_to_stridx->get (rhs1)) in strlen_check_and_optimize_stmt()
3371 strlen_to_stridx->put (lhs, stridx_strlenloc (*ps)); in strlen_check_and_optimize_stmt()
3616 strlen_to_stridx = new hash_map<tree, stridx_strlenloc> (); in execute()