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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp637 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon2181::NodeUpdateListener
H A DSelectionDAG.cpp63 void SelectionDAG::DAGUpdateListener::NodeDeleted(SDNode*, SDNode*) {} function in class:SelectionDAG::DAGUpdateListener
577 DUL->NodeDeleted(N, 0);
718 DUL->NodeDeleted(N, Existing);
5636 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon2190::RAUWUpdateListener
H A DSelectionDAGISel.cpp801 /// NodeDeleted - Handle nodes deleted from the graph. If the node being
804 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon2195::ISelUpdater
H A DLegalizeDAG.cpp155 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon2180::SelectionDAGLegalize
H A DDAGCombiner.cpp381 virtual void NodeDeleted(SDNode *N, SDNode *E) { function in class:__anon2177::WorkListRemover
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h232 /// NodeDeleted - The node N that was deleted and, if E is not null, an
234 virtual void NodeDeleted(SDNode *N, SDNode *E);

Completed in 218 milliseconds