Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp72 I->dropAllReferences(); in ~LLVMContextImpl()
75 I->dropAllReferences(); in ~LLVMContextImpl()
86 AL->dropAllReferences(/* Untrack */ false); 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.cpp81 dropAllReferences(); in ~Module()
520 void Module::dropAllReferences() { in dropAllReferences() function in Module
522 F.dropAllReferences(); in dropAllReferences()
525 GV.dropAllReferences(); in dropAllReferences()
528 GA.dropAllReferences(); in dropAllReferences()
531 GIF.dropAllReferences(); in dropAllReferences()
H A DGlobals.cpp490 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
491 User::dropAllReferences(); in dropAllReferences()
H A DBasicBlock.cpp270 dropAllReferences(); in ~BasicBlock()
484 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
486 I.dropAllReferences(); in dropAllReferences()
H A DFunction.cpp451 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
546 BB.dropAllReferences(); in deleteBodyImpl()
556 User::dropAllReferences(); in deleteBodyImpl()
H A DMetadata.cpp892 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1365 dropAllReferences(); in ~NamedMDNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp371 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 DFlattenCFG.cpp306 CB->dropAllReferences(); in FlattenParallelAndOr()
502 IfTrue1->dropAllReferences(); in MergeIfRegion()
508 IfFalse1->dropAllReferences(); in MergeIfRegion()
513 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
H A DDXILUpgrade.cpp31 ValVer->dropAllReferences(); in handleValVerMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h74 dropAllReferences(); in ~GlobalVariable()
184 void dropAllReferences();
H A DUser.h299 void dropAllReferences() { in dropAllReferences() function
H A DMetadata.h1190 void dropAllReferences();
1472 ~MDTuple() { dropAllReferences(); }
1786 void dropAllReferences() { clearOperands(); }
H A DBasicBlock.h560 void dropAllReferences();
H A DFunction.h919 void dropAllReferences() { in dropAllReferences() function
H A DModule.h893 void dropAllReferences();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp153 I->dropAllReferences(); in bitTrackingDCE()
H A DTailRecursionElimination.cpp759 RetPN->dropAllReferences(); in cleanupAndFinalize()
762 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
H A DADCE.cpp587 I->dropAllReferences(); in removeDeadInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp501 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock
618 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock
622 Block->dropAllReferences(NewValue); in dropAllReferences()
699 Block->dropAllReferences(&DummyValue); in ~VPlan()
703 Preheader->dropAllReferences(&DummyValue); in ~VPlan()
H A DVPlan.h636 virtual void dropAllReferences(VPValue *NewValue) = 0;
2501 void dropAllReferences(VPValue *NewValue) override;
2572 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock()
2620 void dropAllReferences(VPValue *NewValue) override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp455 Callee.dropAllReferences(); in run()
533 Callee->dropAllReferences(); in run()
H A DModuleInliner.cpp268 Callee.dropAllReferences(); in run()
H A DMergeFunctions.cpp530 BB.dropAllReferences(); in eraseTail()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp111 FPToI->dropAllReferences(); in expandFPToI()
222 FPToI->dropAllReferences(); in expandFPToI()
566 IToFP->dropAllReferences(); in expandIToFP()
H A DTypePromotion.cpp617 I->dropAllReferences(); in Cleanup()

12