| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| 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()
|
| D | BasicBlock.cpp | 93 void BasicBlock::setParent(Function *parent) { in setParent() function in BasicBlock
|
| D | Module.cpp | 267 NMD->setParent(this); in getOrInsertNamedMetadata()
|
| D | Instruction.cpp | 62 void Instruction::setParent(BasicBlock *P) { in setParent() function in Instruction
|
| D | Function.cpp | 93 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/ |
| D | MCSection.cpp | 82 F->setParent(this); in getSubsectionInsertionPoint() 121 F->setParent(this); in flushPendingLabels()
|
| D | MCContext.cpp | 498 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/ |
| D | ParentMap.h | 34 void setParent(const Stmt *S, const Stmt *Parent);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Argument.h | 34 void setParent(Function *parent);
|
| D | GlobalValue.h | 169 void setParent(Module *parent) { in setParent() function
|
| D | BasicBlock.h | 70 void setParent(Function *parent);
|
| D | Instruction.h | 836 void setParent(BasicBlock *P);
|
| D | Metadata.h | 1394 void setParent(Module *M) { Parent = M; }
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | VPlan.h | 481 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());
|
| D | VPlanHCFGBuilder.cpp | 121 VPBB->setParent(TopRegion); in getOrCreateVPBB()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | ParentMap.cpp | 127 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { in setParent() function in ParentMap
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUMachineCFGStructurizer.cpp | 357 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/ |
| D | MCObjectStreamer.h | 82 F->setParent(CurSection); in insert()
|
| D | MCFragment.h | 97 void setParent(MCSection *Value) { Parent = Value; } in setParent() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | Module.h | 498 void setParent(Module *M) { in setParent() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineBasicBlock.cpp | 152 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/ |
| D | AnalysisDeclContext.cpp | 209 PM.setParent(I->first, PM.getParent(I->second)); in addParentsForSyntheticStmts()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 261 void setParent(MachineBasicBlock *P) { Parent = P; }
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | ModuleMap.cpp | 868 Submodule->setParent(Result); in createModuleForInterfaceUnit()
|