| /llvm-project-15.0.7/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 | 96 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
|
| H A D | Module.cpp | 264 NMD->setParent(this); in getOrInsertNamedMetadata()
|
| H A D | Instruction.cpp | 61 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
|
| H A D | Function.cpp | 92 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 D | MCSection.cpp | 82 F->setParent(this); in getSubsectionInsertionPoint() 121 F->setParent(this); in flushPendingLabels()
|
| H A D | MCContext.cpp | 501 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 D | super-dotsyntax-property.m | 32 -(void) setParent : (int) arg {
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | property-7.m | 32 - (void) setParent:(SCMObject *__attribute__((objc_gc(weak)))) inParent {
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ParentMap.h | 34 void setParent(const Stmt *S, const Stmt *Parent);
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Argument.h | 33 void setParent(Function *parent);
|
| H A D | GlobalValue.h | 174 void setParent(Module *parent) { in setParent() function
|
| H A D | BasicBlock.h | 67 void setParent(Function *parent);
|
| H A D | Instruction.h | 820 void setParent(BasicBlock *P);
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Vectorize/ |
| H A D | VPlanTest.cpp | 381 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 D | VPlanHCFGBuilder.cpp | 135 VPBB->setParent(ParentR); in getOrCreateVPBB() 356 Region->setParent(PreheaderVPBB->getParent()); in buildPlainCFG()
|
| H A D | VPlan.h | 468 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 D | AMDGPUMachineCFGStructurizer.cpp | 357 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 D | ParentMap.cpp | 127 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 D | MCObjectStreamer.h | 98 F->setParent(CurSection); in insert()
|
| H A D | MCFragment.h | 96 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 148 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 D | Module.h | 521 void setParent(Module *M) { in setParent() function
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 263 void setParent(MachineBasicBlock *P) { Parent = P; }
|