Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.cpp75 AL->dropAllReferences(); in ~LLVMContextImpl()
78 I->dropAllReferences(); in ~LLVMContextImpl()
82 I->dropAllReferences(); 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.cpp80 dropAllReferences(); in ~Module()
534 void Module::dropAllReferences() { in dropAllReferences() function in Module
536 F.dropAllReferences(); in dropAllReferences()
539 GV.dropAllReferences(); in dropAllReferences()
542 GA.dropAllReferences(); in dropAllReferences()
545 GIF.dropAllReferences(); in dropAllReferences()
H A DBasicBlock.cpp92 dropAllReferences(); in ~BasicBlock()
279 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
281 I.dropAllReferences(); in dropAllReferences()
H A DGlobals.cpp491 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
492 User::dropAllReferences(); in dropAllReferences()
H A DFunction.cpp425 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
524 void Function::dropAllReferences() { in dropAllReferences() function in Function
528 BB.dropAllReferences(); in dropAllReferences()
537 User::dropAllReferences(); in dropAllReferences()
H A DMetadata.cpp798 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1207 dropAllReferences(); in ~NamedMDNode()
/openbsd-src/gnu/llvm/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()
515 IfTrue1->dropAllReferences(); in MergeIfRegion()
521 IfFalse1->dropAllReferences(); in MergeIfRegion()
526 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalVariable.h68 dropAllReferences(); in ~GlobalVariable()
178 void dropAllReferences();
H A DFunction.h660 dropAllReferences(); in deleteBody()
875 void dropAllReferences();
H A DUser.h299 void dropAllReferences() { in dropAllReferences() function
H A DMetadata.h1074 void dropAllReferences();
1338 ~MDTuple() { dropAllReferences(); }
1652 void dropAllReferences() { clearOperands(); }
H A DBasicBlock.h408 void dropAllReferences();
H A DModule.h819 void dropAllReferences();
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp49 F->dropAllReferences(); in extractFunctionsFromModule()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp156 I->dropAllReferences(); in bitTrackingDCE()
H A DTailRecursionElimination.cpp744 RetPN->dropAllReferences(); in cleanupAndFinalize()
747 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
H A DADCE.cpp565 I->dropAllReferences(); in removeDeadInstructions()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp110 FPToI->dropAllReferences(); in expandFPToI()
221 FPToI->dropAllReferences(); in expandFPToI()
565 IToFP->dropAllReferences(); in expandIToFP()
H A DTypePromotion.cpp617 I->dropAllReferences(); in Cleanup()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp389 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock
506 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock
510 Block->dropAllReferences(NewValue); in dropAllReferences()
585 Block->dropAllReferences(&DummyValue); in ~VPlan()
H A DVPlan.h602 virtual void dropAllReferences(VPValue *NewValue) = 0;
2021 void dropAllReferences(VPValue *NewValue) override;
2092 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock()
2140 void dropAllReferences(VPValue *NewValue) override;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp273 Callee.dropAllReferences(); in run()
H A DInliner.cpp995 Callee.dropAllReferences(); in run()
1073 Callee->dropAllReferences(); in run()
H A DMergeFunctions.cpp537 BB.dropAllReferences(); in eraseTail()

12