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

  /external/llvm/include/llvm/ADT/
SCCIterator.h 187 /// ReplaceNode - This informs the scc_iterator that the specified Old node
189 void ReplaceNode(NodeType *Old, NodeType *New) {
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 507 /// ReplaceNode - This informs the SCC and the pass manager that the specified
509 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) {
521 CGI->ReplaceNode(Old, New);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 161 void ReplaceNode(SDNode *Old, SDNode *New) {
165 void ReplaceNode(SDValue Old, SDValue New) {
169 void ReplaceNode(SDNode *Old, const SDValue *New) {
318 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
382 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
414 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
707 ReplaceNode(ST, OptStore);
730 ReplaceNode(SDValue(Node, 0), Res);
741 ReplaceNode(SDValue(Node, 0), Result);
    [all...]

Completed in 609 milliseconds