Home
last modified time | relevance | path

Searched defs:InsertNode (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h171 void InsertNode(Node *N) { in InsertNode() function
620 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
627 void InsertNode(T *N) { in InsertNode() function
/minix/external/bsd/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp307 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp758 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG