Home | History | Annotate | Download | only in quick

Lines Matching refs:is_safe

698       bool is_safe = is_null;  // Always safe to store null.
699 if (!is_safe) {
702 is_safe = cu_->compiler_driver->IsSafeCast(unit, mir->offset);
704 if (is_null || is_safe) {