Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.cpp63 I->dropAllReferences(); in ~LLVMContextImpl()
66 I->dropAllReferences(); in ~LLVMContextImpl()
85 I->dropAllReferences(); in ~LLVMContextImpl()
87 I->dropAllReferences(); in ~LLVMContextImpl()
89 I->dropAllReferences(); in ~LLVMContextImpl()
91 I->dropAllReferences(); in ~LLVMContextImpl()
H A DModule.cpp83 dropAllReferences(); in ~Module()
533 void Module::dropAllReferences() { in dropAllReferences() function in Module
535 F.dropAllReferences(); in dropAllReferences()
538 GV.dropAllReferences(); in dropAllReferences()
541 GA.dropAllReferences(); in dropAllReferences()
544 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.cpp412 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
511 void Function::dropAllReferences() { in dropAllReferences() function in Function
515 BB.dropAllReferences(); in dropAllReferences()
524 User::dropAllReferences(); in dropAllReferences()
H A DMetadata.cpp702 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1110 dropAllReferences(); in ~NamedMDNode()
H A DDebugInfoMetadata.cpp1616 void DIArgList::dropAllReferences() { in dropAllReferences() function in DIArgList
1619 MDNode::dropAllReferences(); in dropAllReferences()
/netbsd-src/external/apache2/llvm/dist/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()
512 IfTrue1->dropAllReferences(); in MergeIfRegion()
518 IfFalse1->dropAllReferences(); in MergeIfRegion()
523 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h69 dropAllReferences(); in ~GlobalVariable()
179 void dropAllReferences();
H A DFunction.h732 dropAllReferences(); in deleteBody()
902 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.h813 void dropAllReferences();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp43 F.dropAllReferences(); in extractFunctionsFromModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp111 I.dropAllReferences(); in bitTrackingDCE()
H A DTailRecursionElimination.cpp699 RetPN->dropAllReferences(); in cleanupAndFinalize()
702 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
H A DADCE.cpp557 I.dropAllReferences(); in removeDeadInstructions()
H A DSimpleLoopUnswitch.cpp1531 BB->dropAllReferences(); in deleteDeadClonedBlocks()
1606 BB->dropAllReferences(); in deleteDeadBlocksFromLoop()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.h621 virtual void dropAllReferences(VPValue *NewValue) = 0;
1570 void dropAllReferences(VPValue *NewValue) override;
1630 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock()
1678 void dropAllReferences(VPValue *NewValue) override;
1995 Block->dropAllReferences(&DummyValue);
H A DVPlan.cpp363 void VPBasicBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPBasicBlock
437 void VPRegionBlock::dropAllReferences(VPValue *NewValue) { in dropAllReferences() function in VPRegionBlock
441 Block->dropAllReferences(NewValue); in dropAllReferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp889 Callee.dropAllReferences(); in run()
H A DMergeFunctions.cpp533 BB.dropAllReferences(); in eraseTail()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTypePromotion.cpp647 I->dropAllReferences(); in Cleanup()

12