Searched refs:ReplaceNode (Results 1 - 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
H A D | int64-lowering.cc | 132 ReplaceNode(node, low_node, high_node); 159 ReplaceNode(node, node, high_node); 203 ReplaceNode(node, node, high_node); 240 ReplaceNode(node, node, high_node); 271 ReplaceNode(node, low_node, high_node); 286 ReplaceNode(node, low_node, high_node); 292 ReplaceNode(node, GetReplacementLow(input), nullptr); 313 ReplaceNode(node, low_node, high_node); 333 ReplaceNode(node, low_node, high_node); 353 ReplaceNode(nod 792 void Int64Lowering::ReplaceNode(Node* old, Node* new_low, Node* new_high) { function in class:v8::internal::compiler::Int64Lowering [all...] |
H A D | int64-lowering.h | 54 void ReplaceNode(Node* old, Node* new_low, Node* new_high);
|
/external/llvm/include/llvm/Analysis/ |
H A D | CallGraphSCCPass.h | 97 /// ReplaceNode - This informs the SCC and the pass manager that the specified 99 void ReplaceNode(CallGraphNode *Old, CallGraphNode *New);
|
/external/llvm/lib/Analysis/ |
H A D | CallGraphSCCPass.cpp | 526 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) { function in class:__anon12122::CGPassManager::CallGraphSCC 538 CGI->ReplaceNode(Old, New);
|
/external/llvm/include/llvm/ADT/ |
H A D | SCCIterator.h | 134 void ReplaceNode(NodeType *Old, NodeType *New) { function in class:llvm::scc_iterator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 171 void ReplaceNode(SDNode *Old, SDNode *New) { function in class:__anon12269::SelectionDAGLegalize 185 void ReplaceNode(SDValue Old, SDValue New) { function in class:__anon12269::SelectionDAGLegalize 195 void ReplaceNode(SDNode *Old, const SDValue *New) { function in class:__anon12269::SelectionDAGLegalize 336 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result); 400 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result); 436 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result); 741 ReplaceNode(ST, OptStore); 764 ReplaceNode(SDValue(Node, 0), Res); 776 ReplaceNode(SDValue(Node, 0), Result); 799 ReplaceNode(SDValu [all...] |
/external/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 123 SCC.ReplaceNode(*I, CGN);
|
Completed in 165 milliseconds