Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.cpp56 P.second->dropAllReferences(); in operator ()()
66 P.first->dropAllReferences(); in operator ()()
81 I->dropAllReferences(); in ~LLVMContextImpl()
84 I->dropAllReferences(); in ~LLVMContextImpl()
DModule.cpp58 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()
DBasicBlock.cpp84 dropAllReferences(); in ~BasicBlock()
204 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
206 I->dropAllReferences(); in dropAllReferences()
DFunction.cpp274 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()
DMetadata.cpp591 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/
DIntegerDivision.cpp398 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()
DFlattenCFG.cpp297 CB->dropAllReferences(); in FlattenParallelAndOr()
448 IfTrue1->dropAllReferences(); in MergeIfRegion()
454 IfFalse1->dropAllReferences(); in MergeIfRegion()
459 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
DLocal.cpp1392 BB->dropAllReferences(); in removeUnreachableBlocks()
/external/llvm/unittests/Transforms/Utils/
DLocal.cpp56 bb0->dropAllReferences(); in TEST()
57 bb1->dropAllReferences(); in TEST()
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp87 I.dropAllReferences(); in INITIALIZE_PASS_DEPENDENCY()
DADCE.cpp66 I.dropAllReferences(); in aggressiveDCE()
DLoopDeletion.cpp228 (*LI)->dropAllReferences(); in runOnLoop()
/external/llvm/include/llvm/IR/
DFunction.h426 dropAllReferences();
579 void dropAllReferences();
DBasicBlock.h264 void dropAllReferences();
DUser.h234 void dropAllReferences() { in dropAllReferences() function
DMetadata.h773 void dropAllReferences();
987 ~MDTuple() { dropAllReferences(); }
1188 void dropAllReferences();
DModule.h607 void dropAllReferences();
DDebugInfoMetadata.h257 ~GenericDINode() { dropAllReferences(); }
1114 ~DILocation() { dropAllReferences(); }
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp83 BB->dropAllReferences(); in runOnFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp389 N->dropAllReferences(); in remapNamedMDNode()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1436 PN->dropAllReferences(); in PerformHeapAllocSRoA()
1438 LI->dropAllReferences(); in PerformHeapAllocSRoA()
1855 U->dropAllReferences(); in makeAllConstantUsesInstructions()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp571 I->dropAllReferences(); in eraseInstruction()