/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()
|
/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/swiftshader/third_party/LLVM/unittests/Transforms/Utils/ |
D | Local.cpp | 56 bb0->dropAllReferences(); in TEST() 57 bb1->dropAllReferences(); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Module.cpp | 54 dropAllReferences(); in ~Module() 388 void Module::dropAllReferences() { in dropAllReferences() function in Module 390 I->dropAllReferences(); in dropAllReferences() 393 I->dropAllReferences(); in dropAllReferences() 396 I->dropAllReferences(); in dropAllReferences()
|
D | BasicBlock.cpp | 81 dropAllReferences(); in ~BasicBlock() 176 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 178 I->dropAllReferences(); in dropAllReferences()
|
D | Function.cpp | 187 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 234 void Function::dropAllReferences() { in dropAllReferences() function in Function 236 I->dropAllReferences(); in dropAllReferences()
|
D | LLVMContextImpl.cpp | 47 P.second->dropAllReferences(); in operator ()()
|
/external/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 68 dropAllReferences(); in ~GlobalVariable() 166 void dropAllReferences();
|
/external/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 56 bb0->dropAllReferences(); in TEST() 57 bb1->dropAllReferences(); in TEST()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerOCLBlocks.cpp | 157 CE->dropAllReferences(); in eraseUselessFunctions() 402 I->dropAllReferences(); in erase() 413 I->dropAllReferences(); in erase() 426 F->dropAllReferences(); in erase()
|
D | SPIRVLowerBool.cpp | 67 I->dropAllReferences(); in replace()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 70 dropAllReferences(); in ~GlobalVariable() 180 void dropAllReferences();
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 305 dropAllReferences(); 424 void dropAllReferences();
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 60 I.dropAllReferences(); in bitTrackingDCE()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ADCE.cpp | 83 I->dropAllReferences(); in runOnFunction()
|