Searched refs:NewParent (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h51 typename std::remove_reference<TrieNode<T> *>::type NewParent,
58 Left.FuncId, NewParent, {}, MergeFn(Left.ExtraData, Right.ExtraData)});
49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, typename std::remove_reference<TrieNode<T> *>::type NewParent, std::forward_list<TrieNode<T>> &NodeStore, Callable &&MergeCallable) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp40 BasicBlock::BasicBlock(LLVMContext &C, const Twine &Name, Function *NewParent, argument
44 if (NewParent)
45 insertInto(NewParent, InsertBefore);
53 void BasicBlock::insertInto(Function *NewParent, BasicBlock *InsertBefore) { argument
54 assert(NewParent && "Expected a parent");
58 NewParent->getBasicBlockList().insert(InsertBefore->getIterator(), this);
60 NewParent->getBasicBlockList().push_back(this);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslfold.c623 ACPI_PARSE_OBJECT *NewParent; local
711 NewParent = TrAllocateOp (PARSEOP_INTEGER);
712 NewParent->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP;
715 Op->Common.Parent = NewParent;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp301 const Stmt *NewParent = local
303 if (!NewParent)
305 Parent = NewParent;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp231 void split(BasicBlock *NewParent, AliasAnalysis &AA) const;
273 void BCECmpBlock::split(BasicBlock *NewParent, AliasAnalysis &AA) const { argument
289 Inst->moveBefore(&*NewParent->begin());

Completed in 180 milliseconds