Home | History | Annotate | Download | only in wasm

Lines Matching full:true_env

700           SsaEnv* true_env = Split(ssa_env_);
702 BUILD(Branch, p->last()->node, &true_env->control,
704 SetEnv("if:true", true_env);
727 SsaEnv* true_env = Steal(ssa_env_);
729 true_env->control = if_true;
731 SetEnv("if_else:true", true_env);