/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/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/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 ()()
|
D | Metadata.cpp | 386 dropAllReferences(); in ~NamedMDNode() 415 void NamedMDNode::dropAllReferences() { in dropAllReferences() function in NamedMDNode
|
/external/llvm/include/llvm/IR/ |
D | GlobalVariable.h | 68 dropAllReferences(); in ~GlobalVariable() 166 void dropAllReferences();
|
D | Function.h | 449 dropAllReferences(); 614 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/include/llvm/ |
D | Function.h | 305 dropAllReferences(); 424 void dropAllReferences();
|
D | User.h | 127 void dropAllReferences() { in dropAllReferences() function
|
D | Metadata.h | 205 void dropAllReferences();
|
D | BasicBlock.h | 235 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/lib/Transforms/Scalar/ |
D | ADCE.cpp | 83 I->dropAllReferences(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 472 dropAllReferences(); in deleteBody() 641 void dropAllReferences();
|