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 510 /// ReplaceNode - This informs the SCC and the pass manager that the specified
512 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) {
524 CGI->ReplaceNode(Old, New);
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 164 void ReplaceNode(SDNode *Old, SDNode *New) {
168 void ReplaceNode(SDValue Old, SDValue New) {
172 void ReplaceNode(SDNode *Old, const SDValue *New) {
321 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
385 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
417 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
710 ReplaceNode(ST, OptStore);
733 ReplaceNode(SDValue(Node, 0), Res);
745 ReplaceNode(SDValue(Node, 0), Result);
    [all...]

Completed in 161 milliseconds