| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 63 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 D | Module.cpp | 83 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 D | BasicBlock.cpp | 89 dropAllReferences(); in ~BasicBlock() 259 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 261 I.dropAllReferences(); in dropAllReferences()
|
| H A D | Globals.cpp | 418 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 419 User::dropAllReferences(); in dropAllReferences()
|
| H A D | Function.cpp | 412 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 D | Metadata.cpp | 702 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 1110 dropAllReferences(); in ~NamedMDNode()
|
| H A D | DebugInfoMetadata.cpp | 1616 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 D | IntegerDivision.cpp | 395 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 D | FlattenCFG.cpp | 309 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 D | GlobalVariable.h | 69 dropAllReferences(); in ~GlobalVariable() 179 void dropAllReferences();
|
| H A D | Function.h | 732 dropAllReferences(); in deleteBody() 902 void dropAllReferences();
|
| H A D | User.h | 299 void dropAllReferences() { in dropAllReferences() function
|
| H A D | Metadata.h | 924 void dropAllReferences(); 1149 ~MDTuple() { dropAllReferences(); } 1451 void dropAllReferences() { clearOperands(); }
|
| H A D | BasicBlock.h | 387 void dropAllReferences();
|
| H A D | Module.h | 813 void dropAllReferences();
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceFunctions.cpp | 43 F.dropAllReferences(); in extractFunctionsFromModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 111 I.dropAllReferences(); in bitTrackingDCE()
|
| H A D | TailRecursionElimination.cpp | 699 RetPN->dropAllReferences(); in cleanupAndFinalize() 702 RetKnownPN->dropAllReferences(); in cleanupAndFinalize()
|
| H A D | ADCE.cpp | 557 I.dropAllReferences(); in removeDeadInstructions()
|
| H A D | SimpleLoopUnswitch.cpp | 1531 BB->dropAllReferences(); in deleteDeadClonedBlocks() 1606 BB->dropAllReferences(); in deleteDeadBlocksFromLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 621 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 D | VPlan.cpp | 363 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 D | Inliner.cpp | 889 Callee.dropAllReferences(); in run()
|
| H A D | MergeFunctions.cpp | 533 BB.dropAllReferences(); in eraseTail()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 647 I->dropAllReferences(); in Cleanup()
|