HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceAllUsesWith (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
hydrogen-instructions.cc 482 if (other != NULL) ReplaceAllUsesWith(other);
488 void HValue::ReplaceAllUsesWith(HValue* other) {
990 ReplaceAllUsesWith(index());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 772 // If there was already an existing matching node, use ReplaceAllUsesWith
775 ReplaceAllUsesWith(N, Existing);
    [all...]

Completed in 450 milliseconds