/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 61 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()
|
D | Module.cpp | 82 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()
|
D | BasicBlock.cpp | 83 dropAllReferences(); in ~BasicBlock() 233 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 235 I.dropAllReferences(); in dropAllReferences()
|
D | Globals.cpp | 418 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 419 User::dropAllReferences(); in dropAllReferences()
|
D | Function.cpp | 290 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()
|
D | Metadata.cpp | 691 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/ |
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()
|
D | FlattenCFG.cpp | 309 CB->dropAllReferences(); in FlattenParallelAndOr() 468 IfTrue1->dropAllReferences(); in MergeIfRegion() 474 IfFalse1->dropAllReferences(); in MergeIfRegion() 479 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
D | LoopUtils.cpp | 655 Block->dropAllReferences(); in deleteDeadLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 69 dropAllReferences(); in ~GlobalVariable() 179 void dropAllReferences();
|
D | Function.h | 645 dropAllReferences(); in deleteBody() 807 void dropAllReferences();
|
D | User.h | 294 void dropAllReferences() { in dropAllReferences() function
|
D | BasicBlock.h | 362 void dropAllReferences();
|
D | Metadata.h | 899 void dropAllReferences(); 1124 ~MDTuple() { dropAllReferences(); } 1395 void dropAllReferences() { clearOperands(); }
|
D | Module.h | 788 void dropAllReferences();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 472 dropAllReferences(); in deleteBody() 641 void dropAllReferences();
|
D | BasicBlock.h | 273 void dropAllReferences();
|
D | User.h | 249 void dropAllReferences() { in dropAllReferences() function
|
D | Metadata.h | 857 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/ |
D | BDCE.cpp | 107 I.dropAllReferences(); in bitTrackingDCE()
|
D | ADCE.cpp | 551 I.dropAllReferences(); in removeDeadInstructions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 447 I->dropAllReferences(); in Cleanup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 645 I->dropAllReferences(); in Cleanup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 535 BBI->dropAllReferences(); in eraseTail()
|
D | Inliner.cpp | 1130 Callee.dropAllReferences(); in run()
|