Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp52 uptr node = d.newNode(0); in RunBasicTest()
60 uptr node = d.newNode(0); in RunBasicTest()
68 uptr node = d.newNode(0); in RunBasicTest()
76 uptr n1 = d.newNode(1); in RunBasicTest()
77 uptr n2 = d.newNode(2); in RunBasicTest()
100 uptr n1 = d.newNode(1); in RunBasicTest()
101 uptr n2 = d.newNode(2); in RunBasicTest()
102 uptr n3 = d.newNode(3); in RunBasicTest()
142 uptr l0 = d.newNode(0); in RunRemoveNodeTest()
143 uptr l1 = d.newNode(1); in RunRemoveNodeTest()
[all …]
/openbsd-src/gnu/llvm/lld/MachO/
H A DExportTrie.cpp203 TrieNode *newNode = makeNode(); in sortAndBuild() local
205 newNode); in sortAndBuild()
206 node = newNode; in sortAndBuild()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp781 NodeAddr<NodeBase*> DataFlowGraph::newNode(uint16_t Attrs) { in newNode() function in DataFlowGraph
791 NodeAddr<NodeBase*> NA = newNode(0); in cloneNode()
811 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse()
818 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
827 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
834 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
841 NodeAddr<PhiNode*> PA = newNode(NodeAttrs::Code | NodeAttrs::Phi); in newPhi()
848 NodeAddr<StmtNode*> SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt); in newStmt()
856 NodeAddr<BlockNode*> BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock()
863 NodeAddr<FuncNode*> FA = newNode(NodeAttrs::Code | NodeAttrs::Func); in newFunc()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h821 NodeAddr<NodeBase*> newNode(uint16_t Attrs);