Home
last modified time | relevance | path

Searched refs:setParent (Results 1 – 25 of 29) 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 DModule.cpp252 NMD->setParent(this); in getOrInsertNamedMetadata()
H A DBasicBlock.cpp279 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DFunction.cpp114 void Argument::setParent(Function *parent) { in setParent() function in Argument
532 A.setParent(this); in stealArgumentListFrom()
H A DInstruction.cpp67 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp82 F->setParent(this); in getSubsectionInsertionPoint()
121 F->setParent(this); in flushPendingLabels()
H A DMCContext.cpp497 F->setParent(Ret); in createELFSectionImpl()
767 F->setParent(Result); in getWasmSection()
833 F->setParent(Result); in getXCOFFSection()
856 F->setParent(Result); in getSPIRVSection()
879 F->setParent(MapIt->second); in getDXContainerSection()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp89 void LVObject::setParent(LVScope *Scope) { in setParent() function in LVObject
93 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.cpp135 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 DParentMap.h34 void setParent(const Stmt *S, const Stmt *Parent);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h33 void setParent(Function *parent);
H A DGlobalValue.h186 void setParent(Module *parent) { in setParent() function
H A DBasicBlock.h153 void setParent(Function *parent);
H A DInstruction.h973 void setParent(BasicBlock *P);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h266 void setParent(LVScope *Scope);
267 void setParent(LVSymbol *Symbol);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp197 VPBB->setParent(RegionOfVPBB); in getOrCreateVPBB()
208 RegionOfVPBB->setParent(Loop2Region[LoopOfBB->getParentLoop()]); in getOrCreateVPBB()
H A DVPlan.h505 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function
2562 Entry->setParent(this); in VPBlockBase()
2563 Exiting->setParent(this); in VPBlockBase()
2591 EntryBlock->setParent(this); in setEntry()
2603 ExitingBlock->setParent(this); in setExiting()
2981 NewBlock->setParent(BlockPtr->getParent()); in insertBlockAfter()
3005 IfTrue->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
3006 IfFalse->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anon27e10c840211::LinearizedRegion
446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anon27e10c840211::MRT
473 setParent(nullptr); in MBBMRT()
499 setParent(nullptr); in RegionMRT()
657 NewMRTRegion->setParent(NewMRTParent); in buildMRT()
663 NewMRTRegion->setParent(RegionMap[Parent]); in buildMRT()
668 NewMBB->setParent(RegionMap[Region]); in buildMRT()
2305 InnerRegion.setParent(CurrentRegion); in createIfRegion()
2768 LRegion->setParent(Region->getParent() in createLinearizedRegion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp129 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.h98 F->setParent(CurSection); in insert()
H A DMCFragment.h97 void setParent(MCSection *Value) { Parent = Value; } 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.h583 void setParent(Module *M) { in setParent() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()

12