Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContextImpl.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()
HDModule.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()
HDGlobals.cpp516 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
517 User::dropAllReferences(); in dropAllReferences()
HDBasicBlock.cpp232 dropAllReferences(); in ~BasicBlock()
452 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
454 I.dropAllReferences(); in dropAllReferences()
HDFunction.cpp512 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
599 BB.dropAllReferences(); in deleteBodyImpl()
609 User::dropAllReferences(); in deleteBodyImpl()
HDMetadata.cpp901 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1374 dropAllReferences(); in ~NamedMDNode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDIntegerDivision.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()
HDFlattenCFG.cpp306 CB->dropAllReferences(); in FlattenParallelAndOr()
502 IfTrue1->dropAllReferences(); in MergeIfRegion()
508 IfFalse1->dropAllReferences(); in MergeIfRegion()
513 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
HDDXILUpgrade.cpp31 ValVer->dropAllReferences(); in handleValVerMetadata()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalVariable.h74 dropAllReferences(); in ~GlobalVariable()
184 void dropAllReferences();
HDUser.h299 void dropAllReferences() { in dropAllReferences() function
HDMetadata.h1200 void dropAllReferences();
1482 ~MDTuple() { dropAllReferences(); }
1796 void dropAllReferences() { clearOperands(); }
HDBasicBlock.h561 void dropAllReferences();
HDFunction.h940 void dropAllReferences() { in dropAllReferences() function
HDModule.h906 void dropAllReferences();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDExpandLargeFpConvert.cpp111 FPToI->dropAllReferences(); in expandFPToI()
224 FPToI->dropAllReferences(); in expandFPToI()
569 IToFP->dropAllReferences(); in expandIToFP()
589 I->dropAllReferences(); in scalarize()
HDExpandLargeDivRem.cpp76 BO->dropAllReferences(); in scalarize()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDBDCE.cpp191 I->dropAllReferences(); in bitTrackingDCE()
HDTailRecursionElimination.cpp762 RetPN->dropAllReferences(); in cleanupAndFinalize()
765 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
HDADCE.cpp588 I->dropAllReferences(); in removeDeadInstructions()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDModuleInliner.cpp268 Callee.dropAllReferences(); in run()
HDInliner.cpp201 F.dropAllReferences(); in makeFunctionBodyUnreachable()
HDMergeFunctions.cpp548 BB.dropAllReferences(); in eraseTail()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.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()
HDVPlan.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