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

  /external/v8/src/
hydrogen-instructions.cc 392 if (other != NULL) ReplaceAllUsesWith(other);
399 void HValue::ReplaceAllUsesWith(HValue* other) {
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 523 if (other != NULL) ReplaceAllUsesWith(other);
529 void HValue::ReplaceAllUsesWith(HValue* other) {
843 ReplaceAllUsesWith(index());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 711 // If there was already an existing matching node, use ReplaceAllUsesWith
714 ReplaceAllUsesWith(N, Existing);
    [all...]

Completed in 365 milliseconds