| /llvm-project-15.0.7/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() 256 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 258 I.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 | Function.cpp | 413 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 512 void Function::dropAllReferences() { in dropAllReferences() function in Function 516 BB.dropAllReferences(); in dropAllReferences() 525 User::dropAllReferences(); in dropAllReferences()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 394 Rem->dropAllReferences(); in expandRemainder() 412 Rem->dropAllReferences(); in expandRemainder() 453 Div->dropAllReferences(); in expandDivision() 471 Div->dropAllReferences(); in expandDivision() 522 Rem->dropAllReferences(); in expandRemainderUpTo32Bits() 570 Rem->dropAllReferences(); in expandRemainderUpTo64Bits() 619 Div->dropAllReferences(); in expandDivisionUpTo32Bits() 668 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
|
| H A D | FlattenCFG.cpp | 309 CB->dropAllReferences(); in FlattenParallelAndOr() 516 IfTrue1->dropAllReferences(); in MergeIfRegion() 522 IfFalse1->dropAllReferences(); in MergeIfRegion() 527 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Region.cpp | 19 dropAllReferences(); in ~Region() 181 void Region::dropAllReferences() { in dropAllReferences() function in Region 183 b.dropAllReferences(); in dropAllReferences()
|
| H A D | Block.cpp | 77 void Block::dropAllReferences() { in dropAllReferences() function in Block 79 i.dropAllReferences(); in dropAllReferences()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 68 dropAllReferences(); in ~GlobalVariable() 178 void dropAllReferences();
|
| H A D | Function.h | 680 dropAllReferences(); in deleteBody() 850 void dropAllReferences();
|
| H A D | User.h | 299 void dropAllReferences() { in dropAllReferences() function
|
| H A D | BasicBlock.h | 388 void dropAllReferences();
|
| H A D | Metadata.h | 1075 void dropAllReferences(); 1339 ~MDTuple() { dropAllReferences(); } 1653 void dropAllReferences() { clearOperands(); }
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceFunctions.cpp | 42 F.dropAllReferences(); in extractFunctionsFromModule()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Block.h | 37 dropAllReferences(); in clear() 156 void dropAllReferences();
|
| H A D | Region.h | 243 dropAllReferences(); in takeBody() 261 void dropAllReferences();
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 157 I->dropAllReferences(); in bitTrackingDCE()
|
| H A D | TailRecursionElimination.cpp | 742 RetPN->dropAllReferences(); in cleanupAndFinalize() 745 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | LocalTest.cpp | 65 bb0->dropAllReferences(); in TEST() 66 bb1->dropAllReferences(); in TEST() 1088 BB0->dropAllReferences(); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | ModuleInliner.cpp | 302 Callee.dropAllReferences(); in run()
|
| H A D | Inliner.cpp | 994 Callee.dropAllReferences(); in run() 1068 Callee->dropAllReferences(); in run()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 382 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock 499 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock 503 Block->dropAllReferences(NewValue); in dropAllReferences()
|
| H A D | VPlan.h | 597 virtual void dropAllReferences(VPValue *NewValue) = 0; 2101 void dropAllReferences(VPValue *NewValue) override; 2172 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock() 2226 void dropAllReferences(VPValue *NewValue) override; 2553 Block->dropAllReferences(&DummyValue);
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | AbstractResult.cpp | 113 callOp->dropAllReferences(); in matchAndRewrite()
|