Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlicm.cc72 environment->RemoveAsUserOfInput(i); in UpdateLoopPhisIn()
Dcode_sinking.cc381 environment->RemoveAsUserOfInput(use.GetIndex()); in SinkCodeToUncommonBranch()
Dnodes.cc105 environment->RemoveAsUserOfInput(i); in RemoveEnvironmentUses()
1119 void HEnvironment::RemoveAsUserOfInput(size_t index) const { in RemoveAsUserOfInput() function in art::HEnvironment
1371 RemoveAsUserOfInput(index); in RemoveInputAt()
Dinduction_var_analysis.cc188 user->RemoveAsUserOfInput(index); in FixOutsideUse()
Dbounds_check_elimination.cc1860 user->RemoveAsUserOfInput(index); in InsertPhiNodes()
Dloop_optimization.cc2433 user->RemoveAsUserOfInput(index); in TryReplaceWithLastValue()
Dinstruction_simplifier.cc2629 env->RemoveAsUserOfInput(i); in TryReplaceStringBuilderAppend()