Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
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()
DBasicBlock.cpp93 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
DModule.cpp267 NMD->setParent(this); in getOrInsertNamedMetadata()
DInstruction.cpp62 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
DFunction.cpp93 void Argument::setParent(Function *parent) { in setParent() function in Argument
492 A.setParent(this); in stealArgumentListFrom()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSection.cpp82 F->setParent(this); in getSubsectionInsertionPoint()
121 F->setParent(this); in flushPendingLabels()
DMCContext.cpp498 F->setParent(Ret); in createELFSectionImpl()
729 F->setParent(Result); in getWasmSection()
791 F->setParent(Result); in getXCOFFSection()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DParentMap.h34 void setParent(const Stmt *S, const Stmt *Parent);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DArgument.h34 void setParent(Function *parent);
DGlobalValue.h169 void setParent(Module *parent) { in setParent() function
DBasicBlock.h70 void setParent(Function *parent);
DInstruction.h836 void setParent(BasicBlock *P);
DMetadata.h1394 void setParent(Module *M) { Parent = M; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h481 void setParent(VPRegionBlock *P) { Parent = P; } in setParent() function
1732 Entry->setParent(this); in VPBlockBase()
1733 Exit->setParent(this); in VPBlockBase()
1761 EntryBlock->setParent(this); in setEntry()
1779 ExitBlock->setParent(this); in setExit()
2303 NewBlock->setParent(BlockPtr->getParent());
2321 IfTrue->setParent(BlockPtr->getParent());
2322 IfFalse->setParent(BlockPtr->getParent());
DVPlanHCFGBuilder.cpp121 VPBB->setParent(TopRegion); in getOrCreateVPBB()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DParentMap.cpp127 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp357 void setParent(LinearizedRegion *P) { Parent = P; } in setParent() function in __anon653a3bd40211::LinearizedRegion
446 void setParent(RegionMRT *Region) { Parent = Region; } in setParent() function in __anon653a3bd40211::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()
2333 InnerRegion.setParent(CurrentRegion); in createIfRegion()
2803 LRegion->setParent(Region->getParent() in createLinearizedRegion()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCObjectStreamer.h82 F->setParent(CurSection); in insert()
DMCFragment.h97 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DModule.h498 void setParent(Module *M) { in setParent() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineBasicBlock.cpp152 N->setParent(Parent); in addNodeToList()
172 N->setParent(nullptr); in removeNodeFromList()
192 First->setParent(Parent); in transferNodesFromList()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DAnalysisDeclContext.cpp209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h261 void setParent(MachineBasicBlock *P) { Parent = P; }
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DModuleMap.cpp868 Submodule->setParent(Result); in createModuleForInterfaceUnit()