| /src/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() 104 I->dropAllReferences(); in ~LLVMContextImpl() 106 I->dropAllReferences(); in ~LLVMContextImpl() 108 I->dropAllReferences(); in ~LLVMContextImpl() 110 I->dropAllReferences(); in ~LLVMContextImpl()
|
| H A D | Module.cpp | 83 dropAllReferences(); in ~Module() 551 void Module::dropAllReferences() { in dropAllReferences() function in Module 553 F.dropAllReferences(); in dropAllReferences() 556 GV.dropAllReferences(); in dropAllReferences() 559 GA.dropAllReferences(); in dropAllReferences() 562 GIF.dropAllReferences(); in dropAllReferences()
|
| H A D | Globals.cpp | 516 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 517 User::dropAllReferences(); in dropAllReferences()
|
| H A D | BasicBlock.cpp | 232 dropAllReferences(); in ~BasicBlock() 452 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 454 I.dropAllReferences(); in dropAllReferences()
|
| H A D | Function.cpp | 512 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 599 BB.dropAllReferences(); in deleteBodyImpl() 609 User::dropAllReferences(); in deleteBodyImpl()
|
| H A D | Metadata.cpp | 901 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 1374 dropAllReferences(); in ~NamedMDNode()
|
| /src/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()
|
| /src/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 | 1200 void dropAllReferences(); 1482 ~MDTuple() { dropAllReferences(); } 1796 void dropAllReferences() { clearOperands(); }
|
| H A D | BasicBlock.h | 561 void dropAllReferences();
|
| H A D | Function.h | 940 void dropAllReferences() { in dropAllReferences() function
|
| H A D | Module.h | 906 void dropAllReferences();
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandLargeFpConvert.cpp | 111 FPToI->dropAllReferences(); in expandFPToI() 224 FPToI->dropAllReferences(); in expandFPToI() 569 IToFP->dropAllReferences(); in expandIToFP() 589 I->dropAllReferences(); in scalarize()
|
| H A D | ExpandLargeDivRem.cpp | 76 BO->dropAllReferences(); in scalarize()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 191 I->dropAllReferences(); in bitTrackingDCE()
|
| H A D | TailRecursionElimination.cpp | 762 RetPN->dropAllReferences(); in cleanupAndFinalize() 765 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
|
| H A D | ADCE.cpp | 588 I->dropAllReferences(); in removeDeadInstructions()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 268 Callee.dropAllReferences(); in run()
|
| H A D | Inliner.cpp | 201 F.dropAllReferences(); in makeFunctionBodyUnreachable()
|
| H A D | MergeFunctions.cpp | 548 BB.dropAllReferences(); in eraseTail()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 527 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock 722 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock 726 Block->dropAllReferences(NewValue); in dropAllReferences() 845 Block->dropAllReferences(&DummyValue); in ~VPlan() 849 Preheader->dropAllReferences(&DummyValue); in ~VPlan()
|
| H A D | VPlan.h | 663 virtual void dropAllReferences(VPValue *NewValue) = 0; 3060 void dropAllReferences(VPValue *NewValue) override; 3178 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock() 3229 void dropAllReferences(VPValue *NewValue) override;
|