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

  /external/llvm/include/llvm/Analysis/
CallGraphSCCPass.h 96 /// ReplaceNode - This informs the SCC and the pass manager that the specified
98 void ReplaceNode(CallGraphNode *Old, CallGraphNode *New);
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 515 /// ReplaceNode - This informs the SCC and the pass manager that the specified
517 void CallGraphSCC::ReplaceNode(CallGraphNode *Old, CallGraphNode *New) {
529 CGI->ReplaceNode(Old, New);
  /external/llvm/include/llvm/ADT/
SCCIterator.h 134 void ReplaceNode(NodeType *Old, NodeType *New) {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 169 void ReplaceNode(SDNode *Old, SDNode *New) {
173 void ReplaceNode(SDValue Old, SDValue New) {
177 void ReplaceNode(SDNode *Old, const SDValue *New) {
328 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
391 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
424 DAGLegalize->ReplaceNode(SDValue(ST, 0), Result);
721 ReplaceNode(ST, OptStore);
746 ReplaceNode(SDValue(Node, 0), Res);
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 117 SCC.ReplaceNode(*I, CGN);
    [all...]

Completed in 79 milliseconds