Searched refs:createNode (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h459 // "createNode" is used to generate new tree roots that link
468 TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R) { function in class:llvm::ImutAVLFactory
484 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { function in class:llvm::ImutAVLFactory
485 return createNode(newLeft, getValue(oldTree), newRight);
510 return createNode(LL, L, createNode(LR,V,R));
517 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));
527 return createNode(createNod
[all...]
H A Dilist.h127 /// Type trait to check for a traits class that has a createNode member.
136 static Yes &test(U *I, decltype(I->createNode(make<NodeT>())) * = 0);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h606 DomTreeNodeBase<NodeT> *NewNode = createNode(BB);
793 DomTreeNodeBase<NodeT> *createNode(NodeT *BB) { function in class:llvm::DominatorTreeBase
H A DGenericDomTreeConstruction.h588 DT.RootNode = DT.createNode(Root);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1569 addNodeToSCC(C, createNode(NewF));
1573 Node &N = createNode(NewF);
1597 LazyCallGraph::Node &LazyCallGraph::createNode(Function &F) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h1176 Node &createNode(Function &F);

Completed in 119 milliseconds