| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 68 I->dropAllReferences(); in ~LLVMContextImpl() 71 I->dropAllReferences(); in ~LLVMContextImpl() 82 AL->dropAllReferences(/* Untrack */ false); in ~LLVMContextImpl() 100 I->dropAllReferences(); in ~LLVMContextImpl() 102 I->dropAllReferences(); in ~LLVMContextImpl() 104 I->dropAllReferences(); in ~LLVMContextImpl() 106 I->dropAllReferences(); in ~LLVMContextImpl()
|
| H A D | Module.cpp | 81 dropAllReferences(); in operator =() 114 dropAllReferences(); in ~Module() 561 void Module::dropAllReferences() { in dropAllReferences() function in Module 563 F.dropAllReferences(); in dropAllReferences() 566 GV.dropAllReferences(); in dropAllReferences() 569 GA.dropAllReferences(); in dropAllReferences() 572 GIF.dropAllReferences(); in dropAllReferences()
|
| H A D | BasicBlock.cpp | 188 dropAllReferences(); in ~BasicBlock() 432 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 434 I.dropAllReferences(); in dropAllReferences()
|
| H A D | Globals.cpp | 547 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 548 User::dropAllReferences(); in dropAllReferences()
|
| H A D | Function.cpp | 520 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 607 BB.dropAllReferences(); in deleteBodyImpl() 617 User::dropAllReferences(); in deleteBodyImpl()
|
| H A D | Metadata.cpp | 908 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 1439 dropAllReferences(); in ~NamedMDNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 371 Rem->dropAllReferences(); in expandRemainder() 388 Rem->dropAllReferences(); in expandRemainder() 424 Div->dropAllReferences(); in expandDivision() 442 Div->dropAllReferences(); in expandDivision() 493 Rem->dropAllReferences(); in expandRemainderUpTo32Bits() 539 Rem->dropAllReferences(); in expandRemainderUpTo64Bits() 588 Div->dropAllReferences(); in expandDivisionUpTo32Bits() 634 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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 91 dropAllReferences(); in ~GlobalVariable() 203 LLVM_ABI void dropAllReferences();
|
| H A D | User.h | 349 void dropAllReferences() { in dropAllReferences() function
|
| H A D | Metadata.h | 1200 LLVM_ABI void dropAllReferences(); 1486 ~MDTuple() { dropAllReferences(); } 1801 void dropAllReferences() { clearOperands(); }
|
| H A D | BasicBlock.h | 600 LLVM_ABI void dropAllReferences();
|
| H A D | Function.h | 984 void dropAllReferences() { in dropAllReferences() function
|
| H A D | Module.h | 880 void dropAllReferences();
|
| H A D | DebugInfoMetadata.h | 249 ~GenericDINode() { dropAllReferences(); } in ~GenericDINode() 321 ~DIAssignID() { dropAllReferences(); } in ~DIAssignID() 2518 ~DILocation() { dropAllReferences(); } in ~DILocation() 4571 void dropAllReferences(bool Untrack);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandFp.cpp | 113 FPToI->dropAllReferences(); in expandFPToI() 226 FPToI->dropAllReferences(); in expandFPToI() 574 IToFP->dropAllReferences(); in expandIToFP() 594 I->dropAllReferences(); in scalarize()
|
| H A D | ExpandLargeDivRem.cpp | 75 BO->dropAllReferences(); in scalarize()
|
| H A D | GlobalMergeFunctions.cpp | 253 Thunk->dropAllReferences(); in createThunk()
|
| H A D | TypePromotion.cpp | 625 I->dropAllReferences(); in Cleanup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 191 I->dropAllReferences(); in bitTrackingDCE()
|
| H A D | TailRecursionElimination.cpp | 803 RetPN->dropAllReferences(); in cleanupAndFinalize() 806 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
|
| H A D | ADCE.cpp | 573 I->dropAllReferences(); in removeDeadInstructions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 291 Callee.dropAllReferences(); in run()
|
| H A D | Inliner.cpp | 199 F.dropAllReferences(); in makeFunctionBodyUnreachable()
|
| H A D | MergeFunctions.cpp | 548 BB.dropAllReferences(); in eraseTail()
|