Home
last modified time | relevance | path

Searched refs:newNode (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/bmake/
H A Dlst.c78 ListNode *newNode; in Lst_InsertBefore() local
82 newNode = LstNodeNew(ln->prev, ln, datum); in Lst_InsertBefore()
85 ln->prev->next = newNode; in Lst_InsertBefore()
86 ln->prev = newNode; in Lst_InsertBefore()
89 list->first = newNode; in Lst_InsertBefore()
/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.cpp247 TrieNode *newNode = makeNode(); in sortAndBuild() local
249 newNode); in sortAndBuild()
250 node = newNode; in sortAndBuild()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp775 Node DataFlowGraph::newNode(uint16_t Attrs) { in newNode() function in llvm::rdf::DataFlowGraph
785 Node NA = newNode(0); in cloneNode()
804 Use UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse()
811 PhiUse PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
819 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
825 Def DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
832 Phi PA = newNode(NodeAttrs::Code | NodeAttrs::Phi); in newPhi()
838 Stmt SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt); in newStmt()
845 Block BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock()
852 Func FA = newNode(NodeAttrs::Code | NodeAttrs::Func); in newFunc()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp99 m->id = dd.newNode(reinterpret_cast<uptr>(m)); in MutexEnsureID()
H A Dsanitizer_deadlock_detector.h154 uptr newNode(uptr data) { in newNode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h1009 template <typename NodeT> NodeT *newNode() { in newNode() function
1235 Leaf *L = newNode<Leaf>(); in branchRoot()
1276 Branch *B = newNode<Branch>(); in splitRoot()
2052 Node[NewNode] = this->map->template newNode<NodeT>(); in overflow()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h850 Node newNode(uint16_t Attrs);