Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp59 I->dropAllReferences(); in ~LLVMContextImpl()
62 I->dropAllReferences(); in ~LLVMContextImpl()
81 I->dropAllReferences(); in ~LLVMContextImpl()
83 I->dropAllReferences(); in ~LLVMContextImpl()
85 I->dropAllReferences(); in ~LLVMContextImpl()
87 I->dropAllReferences(); in ~LLVMContextImpl()
H A DModule.cpp83 dropAllReferences(); in ~Module()
537 void Module::dropAllReferences() { in dropAllReferences() function in Module
539 F.dropAllReferences(); in dropAllReferences()
542 GV.dropAllReferences(); in dropAllReferences()
545 GA.dropAllReferences(); in dropAllReferences()
548 GIF.dropAllReferences(); in dropAllReferences()
H A DBasicBlock.cpp89 dropAllReferences(); in ~BasicBlock()
259 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
261 I.dropAllReferences(); in dropAllReferences()
H A DGlobals.cpp418 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
419 User::dropAllReferences(); in dropAllReferences()
H A DFunction.cpp411 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
510 void Function::dropAllReferences() { in dropAllReferences() function in Function
514 BB.dropAllReferences(); in dropAllReferences()
523 User::dropAllReferences(); in dropAllReferences()
H A DMetadata.cpp708 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1116 dropAllReferences(); in ~NamedMDNode()
H A DDebugInfoMetadata.cpp1616 void DIArgList::dropAllReferences() { in dropAllReferences() function in DIArgList
1619 MDNode::dropAllReferences(); in dropAllReferences()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp395 Rem->dropAllReferences(); in expandRemainder()
413 Rem->dropAllReferences(); in expandRemainder()
454 Div->dropAllReferences(); in expandDivision()
472 Div->dropAllReferences(); in expandDivision()
523 Rem->dropAllReferences(); in expandRemainderUpTo32Bits()
571 Rem->dropAllReferences(); in expandRemainderUpTo64Bits()
620 Div->dropAllReferences(); in expandDivisionUpTo32Bits()
669 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h69 dropAllReferences(); in ~GlobalVariable()
179 void dropAllReferences();
H A DFunction.h733 dropAllReferences(); in deleteBody()
903 void dropAllReferences();
H A DUser.h299 void dropAllReferences() { in dropAllReferences() function
H A DMetadata.h924 void dropAllReferences();
1149 ~MDTuple() { dropAllReferences(); }
1451 void dropAllReferences() { clearOperands(); }
H A DBasicBlock.h387 void dropAllReferences();
H A DModule.h816 void dropAllReferences();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp111 I.dropAllReferences(); in bitTrackingDCE()
H A DTailRecursionElimination.cpp747 RetPN->dropAllReferences(); in cleanupAndFinalize()
750 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
H A DADCE.cpp557 I.dropAllReferences(); in removeDeadInstructions()
H A DSimpleLoopUnswitch.cpp1584 BB->dropAllReferences(); in deleteDeadClonedBlocks()
1662 BB->dropAllReferences(); in deleteDeadBlocksFromLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h628 virtual void dropAllReferences(VPValue *NewValue) = 0;
1682 void dropAllReferences(VPValue *NewValue) override;
1742 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock()
1790 void dropAllReferences(VPValue *NewValue) override;
2107 Block->dropAllReferences(&DummyValue);
H A DVPlan.cpp363 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock
441 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock
445 Block->dropAllReferences(NewValue); in dropAllReferences()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp644 I->dropAllReferences(); in Cleanup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp533 BB.dropAllReferences(); in eraseTail()
H A DInliner.cpp1046 Callee.dropAllReferences(); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp744 NC->dropAllReferences(); in lowerCoverageData()

12