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.cc306 env->RemoveAsUserOfInput(use.GetIndex()); in FindIdealPosition()
484 environment->RemoveAsUserOfInput(use.GetIndex()); in SinkCodeToUncommonBranch()
Dnodes.cc115 environment->RemoveAsUserOfInput(i); in RemoveEnvironmentUses()
1176 void HEnvironment::RemoveAsUserOfInput(size_t index) const { in RemoveAsUserOfInput() function in art::HEnvironment
1524 RemoveAsUserOfInput(index); in RemoveInputAt()
Dbounds_check_elimination.cc1984 user->RemoveAsUserOfInput(index); in InsertPhiNodes()
Dnodes.h2130 void RemoveAsUserOfInput(size_t index) const;
2430 void RemoveAsUserOfInput(size_t input) { in RemoveAsUserOfInput() function
5172 RemoveAsUserOfInput(last_input_index);
Dloop_optimization.cc3058 user->RemoveAsUserOfInput(index); in TryReplaceWithLastValue()
Dinstruction_simplifier.cc2966 env->RemoveAsUserOfInput(i); in TryReplaceStringBuilderAppend()