Searched defs:ReplaceAllUsesWith (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen-instructions.cc392 if (other != NULL) ReplaceAllUsesWith(other);
399 void HValue::ReplaceAllUsesWith(HValue* other) { function in class:v8::internal::HValue
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp715 // If there was already an existing matching node, use ReplaceAllUsesWith
718 ReplaceAllUsesWith(N, Existing);
5159 /// with ReplaceAllUsesWith both because it often avoids allocating a new
5463 /// RAUWUpdateListener - Helper for ReplaceAllUsesWith - When the node
5486 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5491 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { function in class:SelectionDAG
5532 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5538 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { function in class:SelectionDAG
5543 "Cannot use this version of ReplaceAllUsesWith!");
5551 // the ReplaceAllUsesWith abov
5585 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { function in class:SelectionDAG
[all...]

Completed in 91 milliseconds