Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.cpp54 P.second->dropAllReferences(); in operator ()()
64 P.first->dropAllReferences(); in operator ()()
79 I->dropAllReferences(); in ~LLVMContextImpl()
82 I->dropAllReferences(); in ~LLVMContextImpl()
DModule.cpp57 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()
DBasicBlock.cpp84 dropAllReferences(); in ~BasicBlock()
207 void BasicBlock::dropAllReferences() { in dropAllReferences() function in BasicBlock
209 I->dropAllReferences(); in dropAllReferences()
DFunction.cpp264 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()
DMetadata.cpp562 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/
DLocal.cpp56 bb0->dropAllReferences(); in TEST()
57 bb1->dropAllReferences(); in TEST()
/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.cpp298 CB->dropAllReferences(); in FlattenParallelAndOr()
450 IfTrue1->dropAllReferences(); in MergeIfRegion()
456 IfFalse1->dropAllReferences(); in MergeIfRegion()
461 SecondEntryBlock->dropAllReferences(); in MergeIfRegion()
DLocal.cpp1296 BB->dropAllReferences(); in removeUnreachableBlocks()
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp85 I.dropAllReferences(); in runOnFunction()
DLoopDeletion.cpp226 (*LI)->dropAllReferences(); in runOnLoop()
DBDCE.cpp395 I.dropAllReferences(); in runOnFunction()
DStraightLineStrengthReduce.cpp640 C.Ins->dropAllReferences(); in rewriteCandidateWithBasis()
/external/llvm/include/llvm/IR/
DFunction.h350 dropAllReferences();
496 void dropAllReferences();
DUser.h157 void dropAllReferences() { in dropAllReferences() function
DBasicBlock.h265 void dropAllReferences();
DMetadata.h759 void dropAllReferences();
969 ~MDTuple() { dropAllReferences(); }
1171 void dropAllReferences();
DModule.h660 void dropAllReferences();
DDebugInfoMetadata.h254 ~GenericDebugNode() { dropAllReferences(); }
1137 ~MDLocation() { dropAllReferences(); }
/external/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp83 BB->dropAllReferences(); in runOnFunction()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp393 N->dropAllReferences(); in remapNamedMDNode()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1437 PN->dropAllReferences(); in PerformHeapAllocSRoA()
1439 LI->dropAllReferences(); in PerformHeapAllocSRoA()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp552 I->dropAllReferences(); in eraseInstruction()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4369 F->dropAllReferences(); in Dematerialize()