Home
last modified time | relevance | path

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

12

/src/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()
104 I->dropAllReferences(); in ~LLVMContextImpl()
106 I->dropAllReferences(); in ~LLVMContextImpl()
108 I->dropAllReferences(); in ~LLVMContextImpl()
110 I->dropAllReferences(); in ~LLVMContextImpl()
H A DModule.cpp83 dropAllReferences(); in ~Module()
551 void Module::dropAllReferences() { in dropAllReferences() function in Module
553 F.dropAllReferences(); in dropAllReferences()
556 GV.dropAllReferences(); in dropAllReferences()
559 GA.dropAllReferences(); in dropAllReferences()
562 GIF.dropAllReferences(); in dropAllReferences()
H A DGlobals.cpp516 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
517 User::dropAllReferences(); in dropAllReferences()
H A DBasicBlock.cpp232 dropAllReferences(); in ~BasicBlock()
452 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
454 I.dropAllReferences(); in dropAllReferences()
H A DFunction.cpp512 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
599 BB.dropAllReferences(); in deleteBodyImpl()
609 User::dropAllReferences(); in deleteBodyImpl()
H A DMetadata.cpp901 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1374 dropAllReferences(); in ~NamedMDNode()
/src/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()
/src/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.h1200 void dropAllReferences();
1482 ~MDTuple() { dropAllReferences(); }
1796 void dropAllReferences() { clearOperands(); }
H A DBasicBlock.h561 void dropAllReferences();
H A DFunction.h940 void dropAllReferences() { in dropAllReferences() function
H A DModule.h906 void dropAllReferences();
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp111 FPToI->dropAllReferences(); in expandFPToI()
224 FPToI->dropAllReferences(); in expandFPToI()
569 IToFP->dropAllReferences(); in expandIToFP()
589 I->dropAllReferences(); in scalarize()
H A DExpandLargeDivRem.cpp76 BO->dropAllReferences(); in scalarize()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp191 I->dropAllReferences(); in bitTrackingDCE()
H A DTailRecursionElimination.cpp762 RetPN->dropAllReferences(); in cleanupAndFinalize()
765 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
H A DADCE.cpp588 I->dropAllReferences(); in removeDeadInstructions()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp268 Callee.dropAllReferences(); in run()
H A DInliner.cpp201 F.dropAllReferences(); in makeFunctionBodyUnreachable()
H A DMergeFunctions.cpp548 BB.dropAllReferences(); in eraseTail()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp527 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock
722 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock
726 Block->dropAllReferences(NewValue); in dropAllReferences()
845 Block->dropAllReferences(&DummyValue); in ~VPlan()
849 Preheader->dropAllReferences(&DummyValue); in ~VPlan()
H A DVPlan.h663 virtual void dropAllReferences(VPValue *NewValue) = 0;
3060 void dropAllReferences(VPValue *NewValue) override;
3178 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock()
3229 void dropAllReferences(VPValue *NewValue) override;

12