/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 54 P.second->dropAllReferences(); in operator ()() 64 P.first->dropAllReferences(); in operator ()() 79 I->dropAllReferences(); in ~LLVMContextImpl() 82 I->dropAllReferences(); in ~LLVMContextImpl()
|
D | Module.cpp | 57 dropAllReferences(); in ~Module() 447 void Module::dropAllReferences() { in dropAllReferences() function in Module 449 F.dropAllReferences(); in dropAllReferences() 452 GV.dropAllReferences(); in dropAllReferences() 455 GA.dropAllReferences(); in dropAllReferences()
|
D | BasicBlock.cpp | 84 dropAllReferences(); in ~BasicBlock() 207 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock 209 I->dropAllReferences(); in dropAllReferences()
|
D | Function.cpp | 264 dropAllReferences(); // After this it is safe to delete instructions. in ~Function() 311 void Function::dropAllReferences() { in dropAllReferences() function in Function 315 I->dropAllReferences(); in dropAllReferences()
|
D | Metadata.cpp | 562 void MDNode::dropAllReferences() { in dropAllReferences() function in MDNode 942 dropAllReferences(); in ~NamedMDNode() 967 void NamedMDNode::dropAllReferences() { in dropAllReferences() function in NamedMDNode
|
/external/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 56 bb0->dropAllReferences(); in TEST() 57 bb1->dropAllReferences(); in TEST()
|
/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 | 298 CB->dropAllReferences(); in FlattenParallelAndOr() 450 IfTrue1->dropAllReferences(); in MergeIfRegion() 456 IfFalse1->dropAllReferences(); in MergeIfRegion() 461 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
|
D | Local.cpp | 1296 BB->dropAllReferences(); in removeUnreachableBlocks()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 85 I.dropAllReferences(); in runOnFunction()
|
D | LoopDeletion.cpp | 226 (*LI)->dropAllReferences(); in runOnLoop()
|
D | BDCE.cpp | 395 I.dropAllReferences(); in runOnFunction()
|
D | StraightLineStrengthReduce.cpp | 640 C.Ins->dropAllReferences(); in rewriteCandidateWithBasis()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 350 dropAllReferences(); 496 void dropAllReferences();
|
D | User.h | 157 void dropAllReferences() { in dropAllReferences() function
|
D | BasicBlock.h | 265 void dropAllReferences();
|
D | Metadata.h | 759 void dropAllReferences(); 969 ~MDTuple() { dropAllReferences(); } 1171 void dropAllReferences();
|
D | Module.h | 660 void dropAllReferences();
|
D | DebugInfoMetadata.h | 254 ~GenericDebugNode() { dropAllReferences(); } 1137 ~MDLocation() { dropAllReferences(); }
|
/external/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 83 BB->dropAllReferences(); in runOnFunction()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 393 N->dropAllReferences(); in remapNamedMDNode()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1437 PN->dropAllReferences(); in PerformHeapAllocSRoA() 1439 LI->dropAllReferences(); in PerformHeapAllocSRoA()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 552 I->dropAllReferences(); in eraseInstruction()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4369 F->dropAllReferences(); in Dematerialize()
|