Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DFoldingSet.h497 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
503 void InsertNode(T *N) { in InsertNode() function
670 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
677 void InsertNode(T *N) { in InsertNode() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFoldingSet.cpp303 void FoldingSetBase::InsertNode(Node *N, void *InsertPos, in InsertNode() function in FoldingSetBase
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1113 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG