| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LLVMContextImpl.cpp | 62 I->dropAllReferences(); in ~LLVMContextImpl() 65 I->dropAllReferences(); in ~LLVMContextImpl() 84 I->dropAllReferences(); in ~LLVMContextImpl() 86 I->dropAllReferences(); in ~LLVMContextImpl() 88 I->dropAllReferences(); in ~LLVMContextImpl() 90 I->dropAllReferences(); in ~LLVMContextImpl()
|
| H A D | Module.cpp | 83 dropAllReferences(); in ~Module() 441 void Module::dropAllReferences() { in dropAllReferences() function in Module 443 F.dropAllReferences(); in dropAllReferences() 446 GV.dropAllReferences(); in dropAllReferences() 449 GA.dropAllReferences(); in dropAllReferences() 452 GIF.dropAllReferences(); in dropAllReferences()
|
| H A D | BasicBlock.cpp | 84 dropAllReferences(); in ~BasicBlock() 227 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 229 I.dropAllReferences(); in dropAllReferences()
|
| H A D | Globals.cpp | 393 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 394 User::dropAllReferences(); in dropAllReferences()
|
| H A D | Function.cpp | 260 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 346 void Function::dropAllReferences() { in dropAllReferences() function in Function 350 BB.dropAllReferences(); in dropAllReferences() 359 User::dropAllReferences(); in dropAllReferences()
|
| H A D | Metadata.cpp | 690 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 1073 dropAllReferences(); in ~NamedMDNode()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | IntegerDivision.cpp | 396 Rem->dropAllReferences(); in expandRemainder() 414 Rem->dropAllReferences(); in expandRemainder() 455 Div->dropAllReferences(); in expandDivision() 473 Div->dropAllReferences(); in expandDivision() 524 Rem->dropAllReferences(); in expandRemainderUpTo32Bits() 572 Rem->dropAllReferences(); in expandRemainderUpTo64Bits() 621 Div->dropAllReferences(); in expandDivisionUpTo32Bits() 670 Div->dropAllReferences(); in expandDivisionUpTo64Bits()
|
| H A D | FlattenCFG.cpp | 310 CB->dropAllReferences(); in FlattenParallelAndOr() 459 IfTrue1->dropAllReferences(); in MergeIfRegion() 465 IfFalse1->dropAllReferences(); in MergeIfRegion() 470 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
| H A D | LoopUtils.cpp | 592 Block->dropAllReferences(); in deleteDeadLoop()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | GlobalVariable.h | 70 dropAllReferences(); in ~GlobalVariable() 180 void dropAllReferences();
|
| H A D | Function.h | 610 dropAllReferences(); in deleteBody() 766 void dropAllReferences();
|
| H A D | User.h | 295 void dropAllReferences() { in dropAllReferences() function
|
| H A D | BasicBlock.h | 358 void dropAllReferences();
|
| H A D | Metadata.h | 891 void dropAllReferences(); 1116 ~MDTuple() { dropAllReferences(); } 1387 void dropAllReferences() { clearOperands(); }
|
| H A D | Module.h | 815 void dropAllReferences();
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 107 I.dropAllReferences(); in bitTrackingDCE()
|
| H A D | ADCE.cpp | 546 I.dropAllReferences(); in removeDeadInstructions()
|
| H A D | SimpleLoopUnswitch.cpp | 1446 BB->dropAllReferences(); in deleteDeadClonedBlocks() 1516 BB->dropAllReferences(); in deleteDeadBlocksFromLoop()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | UnreachableBlockElim.cpp | 63 BB->dropAllReferences(); in eliminateUnreachableBlock()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | MergeFunctions.cpp | 536 BBI->dropAllReferences(); in eraseTail()
|
| H A D | Inliner.cpp | 1122 Callee.dropAllReferences(); in run()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMCodeGenPrepare.cpp | 716 I->dropAllReferences(); in Cleanup()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 630 NC->dropAllReferences(); in lowerCoverageData()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 1119 MA.dropAllReferences(); in removeBlocks()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 412 BB->dropAllReferences(); in simpleSimplifyCfg()
|