Lines Matching refs:target
512 Control* target = decoder->control_at(depth);
517 uint32_t value_count = target->br_merge()->arity;
520 MergeValuesInto(decoder, target, target->br_merge(),
524 MergeValuesInto(decoder, target, target->br_merge(), drop_values);
557 // Only a default target. Do the equivalent of br.
558 uint32_t target = BranchTableIterator<validate>(decoder, imm).next();
559 BrOrRet(decoder, target, 1);
572 uint32_t target = iterator.next();
576 BrOrRet(decoder, target, 1);
700 PrintF("[Function #%d call #%d: graph support for inlining target #%d]\n",
771 PrintF("[Function #%d call #%d: graph support for inlining target #%d]\n",
916 // Merge the current env into the target handler's env.
1487 SsaEnv* target = c->merge_env;
1489 const bool first = target->state == SsaEnv::kUnreachable;
1491 Goto(decoder, target);
1503 old.type.machine_representation(), target->control,