OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
546
if (other != NULL)
ReplaceAllUsesWith
(other);
552
void HValue::
ReplaceAllUsesWith
(HValue* other) {
874
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 49 milliseconds