Home
last modified time | relevance | path

Searched refs:setParent (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h71 V->setParent(Owner); in addNodeToList()
81 V->setParent(nullptr); in removeNodeFromList()
110 V.setParent(NewIP); in transferNodesFromList()
118 first->setParent(NewIP); in transferNodesFromList()
H A DBasicBlock.cpp154 end().getNodePtr()->setParent(this); in BasicBlock()
197 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DFunction.cpp111 void Argument::setParent(Function *parent) { in setParent() function in Argument
593 A.setParent(this); in stealArgumentListFrom()
H A DModule.cpp306 NMD->setParent(this); in getOrInsertNamedMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.h120 NewBlock->setParent(BlockPtr->getParent()); in insertBlockAfter()
138 NewBlock->setParent(BlockPtr->getParent()); in insertBlockBefore()
162 IfTrue->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
163 IfFalse->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
H A DVPlan.h184 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function
3771 Entry->setParent(this);
3772 Exiting->setParent(this);
3795 EntryBlock->setParent(this);
3807 ExitingBlock->setParent(this);
H A DVPlanConstruction.cpp423 VPBB->setParent(R); in createLoopRegion()
H A DVPlan.cpp791 Block->setParent(NewRegion); in clone()
914 VPB->setParent(getParent()); in dissolveToCFGLoop()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp87 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject
91 void LVObject::setParent(LVSymbol *Symbol) { in setParent() function in LVObject
H A DLVSymbol.cpp73 CurrentLocation->setParent(this); in addLocation()
108 Gap->setParent(this); in addLocationGap()
H A DLVScope.cpp139 Line->setParent(this); in addElement()
162 Location->setParent(this); in addObject()
179 Scope->setParent(this); in addElement()
206 Symbol->setParent(this); in addElement()
233 Type->setParent(this); in addElement()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h34 void setParent(const Stmt *S, const Stmt *Parent);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h264 void setParent(LVScope *Scope);
265 void setParent(LVSymbol *Symbol);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h37 void setParent(Function *parent);
H A DGlobalValue.h188 void setParent(Module *parent) { in setParent() function
H A DBasicBlock.h150 void setParent(Function *parent);
H A DFunction.h82 friend void BasicBlock::setParent(Function *);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp135 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h87 F->setParent(Sec); in insert()
H A DMCSection.h280 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node.h40 void setParent(ParentTy *Parent) { in setParent() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp152 N->setParent(Parent); in addNodeToList()
172 N->setParent(nullptr); in removeNodeFromList()
192 First->setParent(Parent); in transferNodesFromList()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h641 void setParent(Module *M) { in setParent() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp207 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp293 F->setParent(Section); in changeSectionImpl()

12