| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 75 AL->dropAllReferences(); in ~LLVMContextImpl() 78 I->dropAllReferences(); in ~LLVMContextImpl() 82 I->dropAllReferences(); 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 | 80 dropAllReferences(); in ~Module() 534 void Module::dropAllReferences() { in dropAllReferences() function in Module 536 F.dropAllReferences(); in dropAllReferences() 539 GV.dropAllReferences(); in dropAllReferences() 542 GA.dropAllReferences(); in dropAllReferences() 545 GIF.dropAllReferences(); in dropAllReferences()
|
| H A D | BasicBlock.cpp | 92 dropAllReferences(); in ~BasicBlock() 279 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 281 I.dropAllReferences(); in dropAllReferences()
|
| H A D | Globals.cpp | 491 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 492 User::dropAllReferences(); in dropAllReferences()
|
| H A D | Function.cpp | 425 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 524 void Function::dropAllReferences() { in dropAllReferences() function in Function 528 BB.dropAllReferences(); in dropAllReferences() 537 User::dropAllReferences(); in dropAllReferences()
|
| H A D | Metadata.cpp | 798 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 1207 dropAllReferences(); in ~NamedMDNode()
|
| /openbsd-src/gnu/llvm/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() 515 IfTrue1->dropAllReferences(); in MergeIfRegion() 521 IfFalse1->dropAllReferences(); in MergeIfRegion() 526 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 68 dropAllReferences(); in ~GlobalVariable() 178 void dropAllReferences();
|
| H A D | Function.h | 660 dropAllReferences(); in deleteBody() 875 void dropAllReferences();
|
| H A D | User.h | 299 void dropAllReferences() { in dropAllReferences() function
|
| H A D | Metadata.h | 1074 void dropAllReferences(); 1338 ~MDTuple() { dropAllReferences(); } 1652 void dropAllReferences() { clearOperands(); }
|
| H A D | BasicBlock.h | 408 void dropAllReferences();
|
| H A D | Module.h | 819 void dropAllReferences();
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceFunctions.cpp | 49 F->dropAllReferences(); in extractFunctionsFromModule()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 156 I->dropAllReferences(); in bitTrackingDCE()
|
| H A D | TailRecursionElimination.cpp | 744 RetPN->dropAllReferences(); in cleanupAndFinalize() 747 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
|
| H A D | ADCE.cpp | 565 I->dropAllReferences(); in removeDeadInstructions()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | ExpandLargeFpConvert.cpp | 110 FPToI->dropAllReferences(); in expandFPToI() 221 FPToI->dropAllReferences(); in expandFPToI() 565 IToFP->dropAllReferences(); in expandIToFP()
|
| H A D | TypePromotion.cpp | 617 I->dropAllReferences(); in Cleanup()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 389 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock 506 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock 510 Block->dropAllReferences(NewValue); in dropAllReferences() 585 Block->dropAllReferences(&DummyValue); in ~VPlan()
|
| H A D | VPlan.h | 602 virtual void dropAllReferences(VPValue *NewValue) = 0; 2021 void dropAllReferences(VPValue *NewValue) override; 2092 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock() 2140 void dropAllReferences(VPValue *NewValue) override;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 273 Callee.dropAllReferences(); in run()
|
| H A D | Inliner.cpp | 995 Callee.dropAllReferences(); in run() 1073 Callee->dropAllReferences(); in run()
|
| H A D | MergeFunctions.cpp | 537 BB.dropAllReferences(); in eraseTail()
|