Searched refs:NodeDeleted (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAG.h202 /// NodeDeleted - The node N that was deleted and, if E is not null, an
204 virtual void NodeDeleted(SDNode *N, SDNode *E);
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp634 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon10268::NodeUpdateListener
H A DSelectionDAG.cpp75 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {} function in class:SelectionDAG::DAGUpdateListener
593 DUL->NodeDeleted(N, 0);
737 DUL->NodeDeleted(N, Existing);
5353 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon10276::RAUWUpdateListener
H A DSelectionDAGISel.cpp717 /// NodeDeleted - Handle nodes deleted from the graph. If the node being
720 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon10281::ISelUpdater
H A DLegalizeDAG.cpp148 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon10267::SelectionDAGLegalize
H A DDAGCombiner.cpp344 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon10265::WorkListRemover

Completed in 299 milliseconds