/external/llvm/lib/IR/ |
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()
|
D | Module.cpp | 60 dropAllReferences(); in ~Module() 452 void Module::dropAllReferences() { in dropAllReferences() function in Module 454 F.dropAllReferences(); in dropAllReferences() 457 GV.dropAllReferences(); in dropAllReferences() 460 GA.dropAllReferences(); in dropAllReferences() 463 GIF.dropAllReferences(); in dropAllReferences()
|
D | BasicBlock.cpp | 84 dropAllReferences(); in ~BasicBlock() 219 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 221 I.dropAllReferences(); in dropAllReferences()
|
D | Globals.cpp | 303 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 304 User::dropAllReferences(); in dropAllReferences()
|
D | Function.cpp | 282 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 347 void Function::dropAllReferences() { in dropAllReferences() function in Function 351 BB.dropAllReferences(); in dropAllReferences() 360 User::dropAllReferences(); in dropAllReferences()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
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()
|
D | Module.cpp | 81 dropAllReferences(); in ~Module() 431 void Module::dropAllReferences() { in dropAllReferences() function in Module 433 F.dropAllReferences(); in dropAllReferences() 436 GV.dropAllReferences(); in dropAllReferences() 439 GA.dropAllReferences(); in dropAllReferences() 442 GIF.dropAllReferences(); in dropAllReferences()
|
D | BasicBlock.cpp | 84 dropAllReferences(); in ~BasicBlock() 228 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 230 I.dropAllReferences(); in dropAllReferences()
|
D | Globals.cpp | 388 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable 389 User::dropAllReferences(); in dropAllReferences()
|
/external/llvm/lib/Transforms/Utils/ |
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()
|
D | FlattenCFG.cpp | 297 CB->dropAllReferences(); in FlattenParallelAndOr() 448 IfTrue1->dropAllReferences(); in MergeIfRegion() 454 IfFalse1->dropAllReferences(); in MergeIfRegion() 459 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
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()
|
D | FlattenCFG.cpp | 310 CB->dropAllReferences(); in FlattenParallelAndOr() 459 IfTrue1->dropAllReferences(); in MergeIfRegion() 465 IfFalse1->dropAllReferences(); in MergeIfRegion() 470 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
/external/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 68 dropAllReferences(); in ~GlobalVariable() 166 void dropAllReferences();
|
D | Function.h | 449 dropAllReferences(); 614 void dropAllReferences();
|
D | BasicBlock.h | 272 void dropAllReferences();
|
/external/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 56 bb0->dropAllReferences(); in TEST() 57 bb1->dropAllReferences(); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 70 dropAllReferences(); in ~GlobalVariable() 180 void dropAllReferences();
|
D | Function.h | 596 dropAllReferences(); in deleteBody() 752 void dropAllReferences();
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 60 I.dropAllReferences(); in bitTrackingDCE()
|
D | ADCE.cpp | 137 I.dropAllReferences(); in aggressiveDCE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 120 I.dropAllReferences(); in bitTrackingDCE()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 472 dropAllReferences(); in deleteBody() 641 void dropAllReferences();
|
D | BasicBlock.h | 273 void dropAllReferences();
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 61 bb0->dropAllReferences(); in TEST() 62 bb1->dropAllReferences(); in TEST()
|