HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceNode (Results 1 - 2 of 2) 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 504 /// ReplaceNode - This informs the SCC and the pass manager that the specified
506 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) {
518 CGI->ReplaceNode(Old, New);

Completed in 69 milliseconds