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.cpp730 // If there was already an existing matching node, use ReplaceAllUsesWith
733 ReplaceAllUsesWith(N, Existing);
5038 /// with ReplaceAllUsesWith both because it often avoids allocating a new
5342 /// RAUWUpdateListener - Helper for ReplaceAllUsesWith - When the node
5365 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5370 void SelectionDAG::ReplaceAllUsesWith(SDValue FromN, SDValue To) { function in class:SelectionDAG
5411 /// ReplaceAllUsesWith - Modify anything using 'From' to use 'To' instead.
5417 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, SDNode *To) { function in class:SelectionDAG
5422 "Cannot use this version of ReplaceAllUsesWith!");
5430 // the ReplaceAllUsesWith abov
5464 void SelectionDAG::ReplaceAllUsesWith(SDNode *From, const SDValue *To) { function in class:SelectionDAG
[all...]

Completed in 81 milliseconds