Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dsuperblock_cloner.cc140 HInstruction* env_input = orig_env->GetInstructionAt(i); in DeepCloneEnvironmentWithRemapping() local
141 if (env_input != nullptr && IsInOrigBBSet(env_input->GetBlock())) { in DeepCloneEnvironmentWithRemapping()
142 env_input = GetInstrCopy(env_input); in DeepCloneEnvironmentWithRemapping()
143 DCHECK(env_input != nullptr && env_input->GetBlock() != nullptr); in DeepCloneEnvironmentWithRemapping()
145 copy_env->SetRawEnvAt(i, env_input); in DeepCloneEnvironmentWithRemapping()
146 if (env_input != nullptr) { in DeepCloneEnvironmentWithRemapping()
147 env_input->AddEnvUseAt(copy_env, i); in DeepCloneEnvironmentWithRemapping()