Home
last modified time | relevance | path

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

123

/external/llvm/lib/IR/
DLLVMContextImpl.cpp63 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()
DModule.cpp60 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()
DBasicBlock.cpp84 dropAllReferences(); in ~BasicBlock()
219 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
221 I.dropAllReferences(); in dropAllReferences()
DGlobals.cpp303 void GlobalVariable::dropAllReferences() { in dropAllReferences() function in GlobalVariable
304 User::dropAllReferences(); in dropAllReferences()
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp396 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()
DFlattenCFG.cpp297 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/
DLocal.cpp56 bb0->dropAllReferences(); in TEST()
57 bb1->dropAllReferences(); in TEST()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DModule.cpp54 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()
DBasicBlock.cpp81 dropAllReferences(); in ~BasicBlock()
176 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
178 I->dropAllReferences(); in dropAllReferences()
DFunction.cpp187 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()
DLLVMContextImpl.cpp47 P.second->dropAllReferences(); in operator ()()
DMetadata.cpp386 dropAllReferences(); in ~NamedMDNode()
415 void NamedMDNode::dropAllReferences() { in dropAllReferences() function in NamedMDNode
/external/llvm/include/llvm/IR/
DGlobalVariable.h68 dropAllReferences(); in ~GlobalVariable()
166 void dropAllReferences();
DFunction.h449 dropAllReferences();
614 void dropAllReferences();
/external/llvm/unittests/Transforms/Utils/
DLocal.cpp56 bb0->dropAllReferences(); in TEST()
57 bb1->dropAllReferences(); in TEST()
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp157 CE->dropAllReferences(); in eraseUselessFunctions()
402 I->dropAllReferences(); in erase()
413 I->dropAllReferences(); in erase()
426 F->dropAllReferences(); in erase()
DSPIRVLowerBool.cpp67 I->dropAllReferences(); in replace()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h305 dropAllReferences();
424 void dropAllReferences();
DUser.h127 void dropAllReferences() { in dropAllReferences() function
DMetadata.h205 void dropAllReferences();
DBasicBlock.h235 void dropAllReferences();
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp60 I.dropAllReferences(); in bitTrackingDCE()
DADCE.cpp137 I.dropAllReferences(); in aggressiveDCE()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DADCE.cpp83 I->dropAllReferences(); in runOnFunction()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h472 dropAllReferences(); in deleteBody()
641 void dropAllReferences();

123