Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DFoldingSet.h171 void InsertNode(Node *N) { in InsertNode() function
601 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
608 void InsertNode(T *N) { in InsertNode() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h176 void InsertNode(Node *N) { in InsertNode() function
611 void InsertNode(T *N, void *InsertPos) { in InsertNode() function
618 void InsertNode(T *N) { in InsertNode() function
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp307 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp345 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl
/external/llvm/lib/Support/
DFoldingSet.cpp345 void FoldingSetImpl::InsertNode(Node *N, void *InsertPos) { in InsertNode() function in FoldingSetImpl
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DFoldingSet.h171 void InsertNode(Node *N) { in InsertNode() function
/external/lzma/C/
DPpmd7.c120 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) in InsertNode() function
/external/vboot_reference/utility/
Deficompress.c648 InsertNode () in InsertNode() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp716 void SelectionDAG::InsertNode(SDNode *N) { in InsertNode() function in SelectionDAG