Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContextImpl.cpp62 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 DModule.cpp83 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 DBasicBlock.cpp84 dropAllReferences(); in ~BasicBlock()
227 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
229 I.dropAllReferences(); in dropAllReferences()
H A DGlobals.cpp393 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
394 User::dropAllReferences(); in dropAllReferences()
H A DFunction.cpp260 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 DMetadata.cpp690 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1073 dropAllReferences(); in ~NamedMDNode()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp396 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 DFlattenCFG.cpp310 CB->dropAllReferences(); in FlattenParallelAndOr()
459 IfTrue1->dropAllReferences(); in MergeIfRegion()
465 IfFalse1->dropAllReferences(); in MergeIfRegion()
470 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
H A DLoopUtils.cpp592 Block->dropAllReferences(); in deleteDeadLoop()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGlobalVariable.h70 dropAllReferences(); in ~GlobalVariable()
180 void dropAllReferences();
H A DFunction.h610 dropAllReferences(); in deleteBody()
766 void dropAllReferences();
H A DUser.h295 void dropAllReferences() { in dropAllReferences() function
H A DBasicBlock.h358 void dropAllReferences();
H A DMetadata.h891 void dropAllReferences();
1116 ~MDTuple() { dropAllReferences(); }
1387 void dropAllReferences() { clearOperands(); }
H A DModule.h815 void dropAllReferences();
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp107 I.dropAllReferences(); in bitTrackingDCE()
H A DADCE.cpp546 I.dropAllReferences(); in removeDeadInstructions()
H A DSimpleLoopUnswitch.cpp1446 BB->dropAllReferences(); in deleteDeadClonedBlocks()
1516 BB->dropAllReferences(); in deleteDeadBlocksFromLoop()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp63 BB->dropAllReferences(); in eliminateUnreachableBlock()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp536 BBI->dropAllReferences(); in eraseTail()
H A DInliner.cpp1122 Callee.dropAllReferences(); in run()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCodeGenPrepare.cpp716 I->dropAllReferences(); in Cleanup()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp630 NC->dropAllReferences(); in lowerCoverageData()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1119 MA.dropAllReferences(); in removeBlocks()
/freebsd-12.1/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp412 BB->dropAllReferences(); in simpleSimplifyCfg()

12