Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp61 I->dropAllReferences(); in ~LLVMContextImpl()
64 I->dropAllReferences(); in ~LLVMContextImpl()
83 I->dropAllReferences(); in ~LLVMContextImpl()
85 I->dropAllReferences(); in ~LLVMContextImpl()
87 I->dropAllReferences(); in ~LLVMContextImpl()
89 I->dropAllReferences(); in ~LLVMContextImpl()
DModule.cpp82 dropAllReferences(); in ~Module()
455 void Module::dropAllReferences() { in dropAllReferences() function in Module
457 F.dropAllReferences(); in dropAllReferences()
460 GV.dropAllReferences(); in dropAllReferences()
463 GA.dropAllReferences(); in dropAllReferences()
466 GIF.dropAllReferences(); in dropAllReferences()
DBasicBlock.cpp83 dropAllReferences(); in ~BasicBlock()
233 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
235 I.dropAllReferences(); in dropAllReferences()
DGlobals.cpp418 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
419 User::dropAllReferences(); in dropAllReferences()
DFunction.cpp290 dropAllReferences(); // After this it is safe to delete instructions. in ~Function()
377 void Function::dropAllReferences() { in dropAllReferences() function in Function
381 BB.dropAllReferences(); in dropAllReferences()
390 User::dropAllReferences(); in dropAllReferences()
DMetadata.cpp691 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode
1074 dropAllReferences(); in ~NamedMDNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
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()
DFlattenCFG.cpp309 CB->dropAllReferences(); in FlattenParallelAndOr()
468 IfTrue1->dropAllReferences(); in MergeIfRegion()
474 IfFalse1->dropAllReferences(); in MergeIfRegion()
479 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
DLoopUtils.cpp655 Block->dropAllReferences(); in deleteDeadLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h69 dropAllReferences(); in ~GlobalVariable()
179 void dropAllReferences();
DFunction.h645 dropAllReferences(); in deleteBody()
807 void dropAllReferences();
DUser.h294 void dropAllReferences() { in dropAllReferences() function
DBasicBlock.h362 void dropAllReferences();
DMetadata.h899 void dropAllReferences();
1124 ~MDTuple() { dropAllReferences(); }
1395 void dropAllReferences() { clearOperands(); }
DModule.h788 void dropAllReferences();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h472 dropAllReferences(); in deleteBody()
641 void dropAllReferences();
DBasicBlock.h273 void dropAllReferences();
DUser.h249 void dropAllReferences() { in dropAllReferences() function
DMetadata.h857 void dropAllReferences();
1082 ~MDTuple() { dropAllReferences(); }
1343 void dropAllReferences() { clearOperands(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp107 I.dropAllReferences(); in bitTrackingDCE()
DADCE.cpp551 I.dropAllReferences(); in removeDeadInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp447 I->dropAllReferences(); in Cleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp645 I->dropAllReferences(); in Cleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp535 BBI->dropAllReferences(); in eraseTail()
DInliner.cpp1130 Callee.dropAllReferences(); in run()

12