Home
last modified time | relevance | path

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

12345

/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.cpp61 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()
DModule.cpp82 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()
DBasicBlock.cpp83 dropAllReferences(); in ~BasicBlock()
233 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
235 I.dropAllReferences(); in dropAllReferences()
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.cpp62 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()
DModule.cpp83 dropAllReferences(); in ~Module()
483 void Module::dropAllReferences() { in dropAllReferences() function in Module
485 F.dropAllReferences(); in dropAllReferences()
488 GV.dropAllReferences(); in dropAllReferences()
491 GA.dropAllReferences(); in dropAllReferences()
494 GIF.dropAllReferences(); in dropAllReferences()
DBasicBlock.cpp89 dropAllReferences(); in ~BasicBlock()
259 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
261 I.dropAllReferences(); in dropAllReferences()
/external/llvm-project/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp395 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()
DFlattenCFG.cpp309 CB->dropAllReferences(); in FlattenParallelAndOr()
512 IfTrue1->dropAllReferences(); in MergeIfRegion()
518 IfFalse1->dropAllReferences(); in MergeIfRegion()
523 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp395 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()
DFlattenCFG.cpp309 CB->dropAllReferences(); in FlattenParallelAndOr()
468 IfTrue1->dropAllReferences(); in MergeIfRegion()
474 IfFalse1->dropAllReferences(); in MergeIfRegion()
479 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
/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/llvm/include/llvm/IR/
DGlobalVariable.h68 dropAllReferences(); in ~GlobalVariable()
166 void dropAllReferences();
/external/llvm-project/mlir/lib/IR/
DRegion.cpp19 dropAllReferences(); in ~Region()
135 void Region::dropAllReferences() { in dropAllReferences() function in Region
137 b.dropAllReferences(); in dropAllReferences()
DBlock.cpp88 void Block::dropAllReferences() { in dropAllReferences() function in Block
90 i.dropAllReferences(); in dropAllReferences()
/external/llvm/unittests/Transforms/Utils/
DLocal.cpp56 bb0->dropAllReferences(); in TEST()
57 bb1->dropAllReferences(); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h69 dropAllReferences(); in ~GlobalVariable()
179 void dropAllReferences();
/external/llvm-project/llvm/include/llvm/IR/
DGlobalVariable.h69 dropAllReferences(); in ~GlobalVariable()
179 void dropAllReferences();
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceFunctions.cpp43 F.dropAllReferences(); in extractFunctionsFromModule()
/external/llvm-project/mlir/include/mlir/IR/
DBlock.h36 dropAllReferences(); in clear()
150 void dropAllReferences();
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp60 I.dropAllReferences(); in bitTrackingDCE()

12345