HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceWith (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 82 Value *ReplaceWith = S->getOperand(1);
84 if (!CI->isOne()) std::swap(ReplaceWith, Other);
85 if (ReplaceWith == S) ReplaceWith = UndefValue::get(S->getType());
87 S->replaceAllUsesWith(ReplaceWith);
  /art/compiler/optimizing/
ssa_phi_elimination.cc 121 phi->ReplaceWith(candidate);
ssa_builder.cc 133 load->ReplaceWith(current_locals_->Get(load->GetLocal()->GetRegNumber()));
nodes.cc 395 void HInstruction::ReplaceWith(HInstruction* other) {