Searched refs:createNode (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | ImmutableSet.h | 463 TreeTy* createNode(TreeTy* L, value_type_ref V, TreeTy* R) { in createNode() function 479 TreeTy* createNode(TreeTy* newLeft, TreeTy* oldTree, TreeTy* newRight) { in createNode() function 480 return createNode(newLeft, getValue(oldTree), newRight); in createNode() 505 return createNode(LL, L, createNode(LR,V,R)); in balanceTree() 512 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R)); in balanceTree() 522 return createNode(createNode(L,V,RL), R, RR); in balanceTree() 529 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR)); in balanceTree() 532 return createNode(L,V,R); in balanceTree() 540 return createNode(T, V, T); in add_internal() 547 return createNode(getLeft(T), V, getRight(T)); in add_internal()
|
| H A D | ilist.h | 112 static NodeTy *createNode(const NodeTy &V) { return new NodeTy(V); } in createNode() function 611 return insert(where, this->createNode(val));
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 66 void createNode(const MachineBasicBlock &);
|
| H A D | SlotIndexes.h | 88 void createNode(const IndexListEntry &);
|
| H A D | MachineBasicBlock.h | 59 void createNode(const MachineInstr &);
|
| H A D | SelectionDAG.h | 98 static void createNode(const SDNode &);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 162 Token *createNode(const Token &V) { in createNode() function
|