| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 72 I->dropAllReferences(); in ~LLVMContextImpl() 75 I->dropAllReferences(); in ~LLVMContextImpl() 86 AL->dropAllReferences(/* Untrack */ false); in ~LLVMContextImpl() 101 I->dropAllReferences(); in ~LLVMContextImpl() 103 I->dropAllReferences(); in ~LLVMContextImpl() 105 I->dropAllReferences(); in ~LLVMContextImpl() 107 I->dropAllReferences(); in ~LLVMContextImpl()
|
| H A D | Module.cpp | 81 dropAllReferences(); in ~Module() 520 void Module::dropAllReferences() { in dropAllReferences() function in Module 522 F.dropAllReferences(); in dropAllReferences() 525 GV.dropAllReferences(); in dropAllReferences() 528 GA.dropAllReferences(); in dropAllReferences() 531 GIF.dropAllReferences(); in dropAllReferences()
|
| H A D | Globals.cpp | 490 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 491 User::dropAllReferences(); in dropAllReferences()
|
| H A D | BasicBlock.cpp | 270 dropAllReferences(); in ~BasicBlock() 484 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 486 I.dropAllReferences(); in dropAllReferences()
|
| H A D | Function.cpp | 451 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 546 BB.dropAllReferences(); in deleteBodyImpl() 556 User::dropAllReferences(); in deleteBodyImpl()
|
| H A D | Metadata.cpp | 892 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 1365 dropAllReferences(); in ~NamedMDNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 371 Rem->dropAllReferences(); in expandRemainder() 389 Rem->dropAllReferences(); in expandRemainder() 425 Div->dropAllReferences(); in expandDivision() 443 Div->dropAllReferences(); in expandDivision() 494 Rem->dropAllReferences(); in expandRemainderUpTo32Bits() 540 Rem->dropAllReferences(); in expandRemainderUpTo64Bits() 589 Div->dropAllReferences(); in expandDivisionUpTo32Bits() 635 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
|
| H A D | FlattenCFG.cpp | 306 CB->dropAllReferences(); in FlattenParallelAndOr() 502 IfTrue1->dropAllReferences(); in MergeIfRegion() 508 IfFalse1->dropAllReferences(); in MergeIfRegion() 513 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
| H A D | DXILUpgrade.cpp | 31 ValVer->dropAllReferences(); in handleValVerMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 74 dropAllReferences(); in ~GlobalVariable() 184 void dropAllReferences();
|
| H A D | User.h | 299 void dropAllReferences() { in dropAllReferences() function
|
| H A D | Metadata.h | 1190 void dropAllReferences(); 1472 ~MDTuple() { dropAllReferences(); } 1786 void dropAllReferences() { clearOperands(); }
|
| H A D | BasicBlock.h | 560 void dropAllReferences();
|
| H A D | Function.h | 919 void dropAllReferences() { in dropAllReferences() function
|
| H A D | Module.h | 893 void dropAllReferences();
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 153 I->dropAllReferences(); in bitTrackingDCE()
|
| H A D | TailRecursionElimination.cpp | 759 RetPN->dropAllReferences(); in cleanupAndFinalize() 762 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
|
| H A D | ADCE.cpp | 587 I->dropAllReferences(); in removeDeadInstructions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 501 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock 618 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock 622 Block->dropAllReferences(NewValue); in dropAllReferences() 699 Block->dropAllReferences(&DummyValue); in ~VPlan() 703 Preheader->dropAllReferences(&DummyValue); in ~VPlan()
|
| H A D | VPlan.h | 636 virtual void dropAllReferences(VPValue *NewValue) = 0; 2501 void dropAllReferences(VPValue *NewValue) override; 2572 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock() 2620 void dropAllReferences(VPValue *NewValue) override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 455 Callee.dropAllReferences(); in run() 533 Callee->dropAllReferences(); in run()
|
| H A D | ModuleInliner.cpp | 268 Callee.dropAllReferences(); in run()
|
| H A D | MergeFunctions.cpp | 530 BB.dropAllReferences(); in eraseTail()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandLargeFpConvert.cpp | 111 FPToI->dropAllReferences(); in expandFPToI() 222 FPToI->dropAllReferences(); in expandFPToI() 566 IToFP->dropAllReferences(); in expandIToFP()
|
| H A D | TypePromotion.cpp | 617 I->dropAllReferences(); in Cleanup()
|