/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SymbolTableListTraitsImpl.h | 71 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 D | BasicBlock.cpp | 192 end().getNodePtr()->setParent(this); in BasicBlock() 241 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
|
H A D | Module.cpp | 275 NMD->setParent(this); in getOrInsertNamedMetadata()
|
H A D | Function.cpp | 124 void Argument::setParent(Function *parent) { in setParent() function in Argument 585 A.setParent(this); in stealArgumentListFrom()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVObject.cpp | 89 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject 93 void LVObject::setParent(LVSymbol *Symbol) { in setParent() function in LVObject
|
H A D | LVSymbol.cpp | 73 CurrentLocation->setParent(this); in addLocation() 108 Gap->setParent(this); in addLocationGap()
|
H A D | LVScope.cpp | 135 Line->setParent(this); in addElement() 158 Location->setParent(this); in addObject() 175 Scope->setParent(this); in addElement() 202 Symbol->setParent(this); in addElement() 229 Type->setParent(this); in addElement()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ParentMap.h | 34 void setParent(const Stmt *S, const Stmt *Parent);
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSection.cpp | 28 DummyFragment.setParent(this); in MCSection()
|
H A D | MCObjectStreamer.cpp | 301 F->setParent(Section); in changeSectionImpl()
|
H A D | MCContext.cpp | 203 F->setParent(&Sec); in allocInitialFragment()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Argument.h | 36 void setParent(Function *parent);
|
H A D | GlobalValue.h | 186 void setParent(Module *parent) { in setParent() function
|
H A D | BasicBlock.h | 147 void setParent(Function *parent);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVObject.h | 263 void setParent(LVScope *Scope); 264 void setParent(LVSymbol *Symbol);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanHCFGBuilder.cpp | 197 VPBB->setParent(RegionOfVPBB); in getOrCreateVPBB() 208 RegionOfVPBB->setParent(Loop2Region[LoopOfBB->getParentLoop()]); in getOrCreateVPBB()
|
H A D | VPlan.h | 520 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function 3168 Entry->setParent(this); in VPBlockBase() 3169 Exiting->setParent(this); in VPBlockBase() 3197 EntryBlock->setParent(this); in setEntry() 3209 ExitingBlock->setParent(this); in setExiting() 3588 NewBlock->setParent(BlockPtr->getParent()); in insertBlockAfter() 3612 IfTrue->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter() 3613 IfFalse->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anon3d3c1dbc0211::LinearizedRegion 446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anon3d3c1dbc0211::MRT 473 setParent(nullptr); in MBBMRT() 499 setParent(nullptr); in RegionMRT() 655 NewMRTRegion->setParent(NewMRTParent); in buildMRT() 661 NewMRTRegion->setParent(RegionMap[Parent]); in buildMRT() 666 NewMBB->setParent(RegionMap[Region]); in buildMRT() 2302 InnerRegion.setParent(CurrentRegion); in createIfRegion() 2760 LRegion->setParent(Region->getParent() in createLinearizedRegion()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ParentMap.cpp | 129 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCObjectStreamer.h | 88 F->setParent(Sec); in insert()
|
H A D | MCFragment.h | 94 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_node.h | 38 void setParent(ParentTy *Parent) { in setParent() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 584 void setParent(Module *M) { in setParent() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBasicBlock.cpp | 152 N->setParent(Parent); in addNodeToList() 172 N->setParent(nullptr); in removeNodeFromList() 192 First->setParent(Parent); in transferNodesFromList()
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
|