Home
last modified time | relevance | path

Searched refs:dropAllReferences (Results 1 – 25 of 51) sorted by relevance

123

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.cpp75 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 DModule.cpp80 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 DBasicBlock.cpp92 dropAllReferences(); in ~BasicBlock()
256 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
258 I.dropAllReferences(); in dropAllReferences()
H A DGlobals.cpp490 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
491 User::dropAllReferences(); in dropAllReferences()
H A DFunction.cpp413 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 DIntegerDivision.cpp394 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 DFlattenCFG.cpp309 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 DRegion.cpp19 dropAllReferences(); in ~Region()
181 void Region::dropAllReferences() { in dropAllReferences() function in Region
183 b.dropAllReferences(); in dropAllReferences()
H A DBlock.cpp77 void Block::dropAllReferences() { in dropAllReferences() function in Block
79 i.dropAllReferences(); in dropAllReferences()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DGlobalVariable.h68 dropAllReferences(); in ~GlobalVariable()
178 void dropAllReferences();
H A DFunction.h680 dropAllReferences(); in deleteBody()
850 void dropAllReferences();
H A DUser.h299 void dropAllReferences() { in dropAllReferences() function
H A DBasicBlock.h388 void dropAllReferences();
H A DMetadata.h1075 void dropAllReferences();
1339 ~MDTuple() { dropAllReferences(); }
1653 void dropAllReferences() { clearOperands(); }
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp42 F.dropAllReferences(); in extractFunctionsFromModule()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBlock.h37 dropAllReferences(); in clear()
156 void dropAllReferences();
H A DRegion.h243 dropAllReferences(); in takeBody()
261 void dropAllReferences();
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp157 I->dropAllReferences(); in bitTrackingDCE()
H A DTailRecursionElimination.cpp742 RetPN->dropAllReferences(); in cleanupAndFinalize()
745 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp65 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 DModuleInliner.cpp302 Callee.dropAllReferences(); in run()
H A DInliner.cpp994 Callee.dropAllReferences(); in run()
1068 Callee->dropAllReferences(); in run()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp382 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 DVPlan.h597 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 DAbstractResult.cpp113 callOp->dropAllReferences(); in matchAndRewrite()

123