Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.cpp61 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
H A DFunction.cpp92 void Argument::setParent(Function *parent) { in setParent() function in Argument
494 A.setParent(this); in stealArgumentListFrom()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSection.cpp82 F->setParent(this); in getSubsectionInsertionPoint()
121 F->setParent(this); in flushPendingLabels()
H A DMCContext.cpp501 F->setParent(Ret); in createELFSectionImpl()
735 F->setParent(Result); in getWasmSection()
803 F->setParent(Result); in getXCOFFSection()
818 F->setParent(Result); in getSPIRVSection()
844 F->setParent(MapIt->second); in getDXContainerSection()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dsuper-dotsyntax-property.m32 -(void) setParent : (int) arg {
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dproperty-7.m32 - (void) setParent:(SCMObject *__attribute__((objc_gc(weak)))) inParent {
/llvm-project-15.0.7/clang/include/clang/AST/
H A DParentMap.h34 void setParent(const Stmt *S, const Stmt *Parent);
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DArgument.h33 void setParent(Function *parent);
H A DGlobalValue.h174 void setParent(Module *parent) { in setParent() function
H A DBasicBlock.h67 void setParent(Function *parent);
H A DInstruction.h820 void setParent(BasicBlock *P);
/llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp381 R1BB2->setParent(R1); in TEST()
382 R1BB3->setParent(R1); in TEST()
477 R2BB2->setParent(R2); in TEST()
482 R2->setParent(R1); in TEST()
484 R1BB2->setParent(R1); in TEST()
546 R2->setParent(R1); in TEST()
600 R3->setParent(R2); in TEST()
604 R2->setParent(R1); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp135 VPBB->setParent(ParentR); in getOrCreateVPBB()
356 Region->setParent(PreheaderVPBB->getParent()); in buildPlainCFG()
H A DVPlan.h468 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function
2162 Entry->setParent(this); in VPBlockBase()
2163 Exiting->setParent(this); in VPBlockBase()
2191 EntryBlock->setParent(this); in setEntry()
2209 ExitingBlock->setParent(this); in setExiting()
2827 NewBlock->setParent(BlockPtr->getParent());
2851 IfTrue->setParent(BlockPtr->getParent());
2852 IfFalse->setParent(BlockPtr->getParent());
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anonde98b0ec0211::LinearizedRegion
446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anonde98b0ec0211::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()
2306 InnerRegion.setParent(CurrentRegion); in createIfRegion()
2772 LRegion->setParent(Region->getParent() in createLinearizedRegion()
/llvm-project-15.0.7/clang/lib/AST/
H A DParentMap.cpp127 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp148 N->setParent(Parent); in addNodeToList()
168 N->setParent(nullptr); in removeNodeFromList()
188 First->setParent(Parent); in transferNodesFromList()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h521 void setParent(Module *M) { in setParent() function
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstr.h263 void setParent(MachineBasicBlock *P) { Parent = P; }

12