Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_deadlock_detector_test.cpp76 uptr n1 = d.newNode(1); in RunBasicTest()
77 uptr n2 = d.newNode(2); in RunBasicTest()
100 uptr n1 = d.newNode(1); in RunBasicTest()
142 uptr l0 = d.newNode(0); in RunRemoveNodeTest()
143 uptr l1 = d.newNode(1); in RunRemoveNodeTest()
144 uptr l2 = d.newNode(2); in RunRemoveNodeTest()
145 uptr l3 = d.newNode(3); in RunRemoveNodeTest()
146 uptr l4 = d.newNode(4); in RunRemoveNodeTest()
147 uptr l5 = d.newNode(5); in RunRemoveNodeTest()
259 uptr l0 = d.newNode(0); in RunMultipleEpochsTest()
[all …]
/llvm-project-15.0.7/lld/MachO/
H A DExportTrie.cpp203 TrieNode *newNode = makeNode(); in sortAndBuild() local
205 newNode); in sortAndBuild()
206 node = newNode; in sortAndBuild()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRDFGraph.cpp778 NodeAddr<NodeBase*> DataFlowGraph::newNode(uint16_t Attrs) { in newNode() function in DataFlowGraph
788 NodeAddr<NodeBase*> NA = newNode(0); in cloneNode()
808 NodeAddr<UseNode*> UA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newUse()
815 NodeAddr<PhiUseNode*> PUA = newNode(NodeAttrs::Ref | NodeAttrs::Use | Flags); in newPhiUse()
824 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
831 NodeAddr<DefNode*> DA = newNode(NodeAttrs::Ref | NodeAttrs::Def | Flags); in newDef()
838 NodeAddr<PhiNode*> PA = newNode(NodeAttrs::Code | NodeAttrs::Phi); in newPhi()
845 NodeAddr<StmtNode*> SA = newNode(NodeAttrs::Code | NodeAttrs::Stmt); in newStmt()
853 NodeAddr<BlockNode*> BA = newNode(NodeAttrs::Code | NodeAttrs::Block); in newBlock()
860 NodeAddr<FuncNode*> FA = newNode(NodeAttrs::Code | NodeAttrs::Func); in newFunc()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h1009 template <typename NodeT> NodeT *newNode() { in newNode() function
1196 Leaf *L = newNode<Leaf>(); in branchRoot()
1237 Branch *B = newNode<Branch>(); in splitRoot()
2013 Node[NewNode] = this->map->template newNode<NodeT>(); in overflow()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFGraph.h817 NodeAddr<NodeBase*> newNode(uint16_t Attrs);