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 505 /// ReplaceNode - This informs the SCC and the pass manager that the specified
507 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) {
519 CGI->ReplaceNode(Old, New);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 158 void ReplaceNode(SDNode *Old, SDNode *New) {
162 void ReplaceNode(SDValue Old, SDValue New) {
166 void ReplaceNode(SDNode *Old, const SDValue *New) {
314 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
378 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
410 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
    [all...]

Completed in 64 milliseconds