is_safe_simple_expr reports whether v is "safe" from the point of the optimizations that may depend on the v result lifetimes it's stricter than is_pure(): the pure expression is allowed to allocate, but safe simple expressions are not allowed to do that
source not stored for this graph (policy: none)
no test coverage detected