Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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.cpp96 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
H A DModule.cpp264 NMD->setParent(this); in getOrInsertNamedMetadata()
H A DInstruction.cpp66 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSection.cpp82 F->setParent(this); in getSubsectionInsertionPoint()
121 F->setParent(this); in flushPendingLabels()
H A DMCContext.cpp495 F->setParent(Ret); in createELFSectionImpl()
761 F->setParent(Result); in getWasmSection()
827 F->setParent(Result); in getXCOFFSection()
850 F->setParent(Result); in getSPIRVSection()
876 F->setParent(MapIt->second); in getDXContainerSection()
/openbsd/gnu/llvm/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()
109 Gap->setParent(this); in addLocationGap()
H A DLVScope.cpp144 Line->setParent(this); in addElement()
167 Location->setParent(this); in addObject()
184 Scope->setParent(this); in addElement()
211 Symbol->setParent(this); in addElement()
238 Type->setParent(this); in addElement()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DParentMap.h34 void setParent(const Stmt *S, const Stmt *Parent);
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DArgument.h33 void setParent(Function *parent);
H A DGlobalValue.h182 void setParent(Module *parent) { in setParent() function
H A DBasicBlock.h67 void setParent(Function *parent);
H A DInstruction.h858 void setParent(BasicBlock *P);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline12.C22 virtual void setParent(Sh* theParent);
52 virtual void setParent(Sh* theParent);
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h282 void setParent(LVScope *Scope);
283 void setParent(LVSymbol *Symbol);
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp135 VPBB->setParent(ParentR); in getOrCreateVPBB()
356 Region->setParent(PreheaderVPBB->getParent()); in buildPlainCFG()
H A DVPlan.h473 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function
2082 Entry->setParent(this); in VPBlockBase()
2083 Exiting->setParent(this); in VPBlockBase()
2111 EntryBlock->setParent(this); in setEntry()
2123 ExitingBlock->setParent(this); in setExiting()
2486 NewBlock->setParent(BlockPtr->getParent()); in insertBlockAfter()
2510 IfTrue->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
2511 IfFalse->setParent(BlockPtr->getParent()); in insertTwoBlocksAfter()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anon294475090211::LinearizedRegion
446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anon294475090211::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()
2771 LRegion->setParent(Region->getParent() in createLinearizedRegion()
/openbsd/gnu/llvm/clang/lib/AST/
H A DParentMap.cpp129 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectStreamer.h98 F->setParent(CurSection); in insert()
H A DMCFragment.h96 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp150 N->setParent(Parent); in addNodeToList()
170 N->setParent(nullptr); in removeNodeFromList()
190 First->setParent(Parent); in transferNodesFromList()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DModule.h532 void setParent(Module *M) { in setParent() function
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()

12