Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp68 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 DModule.cpp81 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 DBasicBlock.cpp188 dropAllReferences(); in ~BasicBlock()
432 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
434 I.dropAllReferences(); in dropAllReferences()
H A DGlobals.cpp547 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
548 User::dropAllReferences(); in dropAllReferences()
H A DFunction.cpp520 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
607 BB.dropAllReferences(); in deleteBodyImpl()
617 User::dropAllReferences(); in deleteBodyImpl()
H A DMetadata.cpp908 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1439 dropAllReferences(); in ~NamedMDNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp371 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 DFlattenCFG.cpp306 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 DGlobalVariable.h91 dropAllReferences(); in ~GlobalVariable()
203 LLVM_ABI void dropAllReferences();
H A DUser.h349 void dropAllReferences() { in dropAllReferences() function
H A DMetadata.h1200 LLVM_ABI void dropAllReferences();
1486 ~MDTuple() { dropAllReferences(); }
1801 void dropAllReferences() { clearOperands(); }
H A DBasicBlock.h600 LLVM_ABI void dropAllReferences();
H A DFunction.h984 void dropAllReferences() { in dropAllReferences() function
H A DModule.h880 void dropAllReferences();
H A DDebugInfoMetadata.h249 ~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 DExpandFp.cpp113 FPToI->dropAllReferences(); in expandFPToI()
226 FPToI->dropAllReferences(); in expandFPToI()
574 IToFP->dropAllReferences(); in expandIToFP()
594 I->dropAllReferences(); in scalarize()
H A DExpandLargeDivRem.cpp75 BO->dropAllReferences(); in scalarize()
H A DGlobalMergeFunctions.cpp253 Thunk->dropAllReferences(); in createThunk()
H A DTypePromotion.cpp625 I->dropAllReferences(); in Cleanup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp191 I->dropAllReferences(); in bitTrackingDCE()
H A DTailRecursionElimination.cpp803 RetPN->dropAllReferences(); in cleanupAndFinalize()
806 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
H A DADCE.cpp573 I->dropAllReferences(); in removeDeadInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp291 Callee.dropAllReferences(); in run()
H A DInliner.cpp199 F.dropAllReferences(); in makeFunctionBodyUnreachable()
H A DMergeFunctions.cpp548 BB.dropAllReferences(); in eraseTail()

12