/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 56 P.second->dropAllReferences(); in operator ()() 66 P.first->dropAllReferences(); in operator ()() 81 I->dropAllReferences(); in ~LLVMContextImpl() 84 I->dropAllReferences(); in ~LLVMContextImpl()
|
D | Module.cpp | 58 dropAllReferences(); in ~Module() 432 void Module::dropAllReferences() { in dropAllReferences() function in Module 434 F.dropAllReferences(); in dropAllReferences() 437 GV.dropAllReferences(); in dropAllReferences() 440 GA.dropAllReferences(); in dropAllReferences()
|
D | BasicBlock.cpp | 84 dropAllReferences(); in ~BasicBlock() 204 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 206 I->dropAllReferences(); in dropAllReferences()
|
D | Function.cpp | 274 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 317 void Function::dropAllReferences() { in dropAllReferences() function in Function 321 I->dropAllReferences(); in dropAllReferences() 330 User::dropAllReferences(); in dropAllReferences()
|
D | Metadata.cpp | 591 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 982 dropAllReferences(); in ~NamedMDNode() 1007 void NamedMDNode::dropAllReferences() { in dropAllReferences() function in NamedMDNode
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 398 Rem->dropAllReferences(); in expandRemainder() 416 Rem->dropAllReferences(); in expandRemainder() 458 Div->dropAllReferences(); in expandDivision() 476 Div->dropAllReferences(); in expandDivision() 528 Rem->dropAllReferences(); in expandRemainderUpTo32Bits() 578 Rem->dropAllReferences(); in expandRemainderUpTo64Bits() 629 Div->dropAllReferences(); in expandDivisionUpTo32Bits() 679 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()
|
D | Local.cpp | 1392 BB->dropAllReferences(); in removeUnreachableBlocks()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 56 bb0->dropAllReferences(); in TEST() 57 bb1->dropAllReferences(); in TEST()
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 87 I.dropAllReferences(); in INITIALIZE_PASS_DEPENDENCY()
|
D | ADCE.cpp | 66 I.dropAllReferences(); in aggressiveDCE()
|
D | LoopDeletion.cpp | 228 (*LI)->dropAllReferences(); in runOnLoop()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 426 dropAllReferences(); 579 void dropAllReferences();
|
D | BasicBlock.h | 264 void dropAllReferences();
|
D | User.h | 234 void dropAllReferences() { in dropAllReferences() function
|
D | Metadata.h | 773 void dropAllReferences(); 987 ~MDTuple() { dropAllReferences(); } 1188 void dropAllReferences();
|
D | Module.h | 607 void dropAllReferences();
|
D | DebugInfoMetadata.h | 257 ~GenericDINode() { dropAllReferences(); } 1114 ~DILocation() { dropAllReferences(); }
|
/external/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 83 BB->dropAllReferences(); in runOnFunction()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 389 N->dropAllReferences(); in remapNamedMDNode()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1436 PN->dropAllReferences(); in PerformHeapAllocSRoA() 1438 LI->dropAllReferences(); in PerformHeapAllocSRoA() 1855 U->dropAllReferences(); in makeAllConstantUsesInstructions()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 571 I->dropAllReferences(); in eraseInstruction()
|