/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 313 virtual void destroyConstant(); 378 virtual void destroyConstant(); 438 virtual void destroyConstant(); 489 virtual void destroyConstant(); 527 virtual void destroyConstant(); 563 virtual void destroyConstant(); 865 virtual void destroyConstant(); 916 virtual void destroyConstant();
|
D | Constant.h | 106 virtual void destroyConstant() { assert(0 && "Not reached!"); } in destroyConstant() function
|
D | InlineAsm.h | 53 void destroyConstant();
|
D | GlobalValue.h | 262 virtual void destroyConstant();
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 167 CV->destroyConstant(); in destroyConstantImpl() 316 const_cast<Constant*>(C)->destroyConstant(); in removeDeadUsersOfConstant() 981 void ConstantAggregateZero::destroyConstant() { in destroyConstant() function in ConstantAggregateZero 988 void ConstantArray::destroyConstant() { in destroyConstant() function in ConstantArray 1062 void ConstantStruct::destroyConstant() { in destroyConstant() function in ConstantStruct 1069 void ConstantVector::destroyConstant() { in destroyConstant() function in ConstantVector 1115 void ConstantPointerNull::destroyConstant() { in destroyConstant() function in ConstantPointerNull 1130 void UndefValue::destroyConstant() { in destroyConstant() function in UndefValue 1164 void BlockAddress::destroyConstant() { in destroyConstant() function in BlockAddress 1206 destroyConstant(); in replaceUsesOfWithOnConstant() [all …]
|
D | Globals.cpp | 44 void GlobalValue::destroyConstant() { in destroyConstant() function in GlobalValue
|
D | InlineAsm.cpp | 49 void InlineAsm::destroyConstant() { in destroyConstant() function in InlineAsm
|
D | BasicBlock.cpp | 76 BA->destroyConstant(); in ~BasicBlock()
|
/external/llvm/lib/Transforms/IPO/ |
D | ElimAvailExtern.cpp | 41 Init->destroyConstant(); in eliminateAvailableExternally()
|
D | GlobalDCE.cpp | 136 Init->destroyConstant(); in run()
|
D | StripSymbols.cpp | 153 C->destroyConstant(); in RemoveDeadConstant()
|
D | GlobalOpt.cpp | 196 CE->destroyConstant(); in CleanupPointerRootUsers() 201 C->destroyConstant(); in CleanupPointerRootUsers() 274 CE->destroyConstant(); in CleanupConstantGlobalUsers() 310 C->destroyConstant(); in CleanupConstantGlobalUsers() 558 cast<ConstantExpr>(GEP)->destroyConstant(); in SRAGlobal()
|
/external/llvm/include/llvm/IR/ |
D | Constant.h | 116 void destroyConstant();
|
D | InlineAsm.h | 59 void destroyConstant();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 118 void destroyConstant();
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.cpp | 153 C->destroyConstant(); in dropTriviallyDeadConstantArrays()
|
D | InlineAsm.cpp | 49 void InlineAsm::destroyConstant() { in destroyConstant() function in InlineAsm
|
D | BasicBlock.cpp | 79 BA->destroyConstant(); in ~BasicBlock()
|
D | Constants.cpp | 288 void Constant::destroyConstant() { in destroyConstant() function in Constant 318 cast<Constant>(V)->destroyConstant(); in destroyConstant() 460 const_cast<Constant*>(C)->destroyConstant(); in removeDeadUsersOfConstant() 2717 destroyConstant(); in handleOperandChange()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 157 CE->destroyConstant(); in replaceConstantExprOp()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 154 C->destroyConstant(); in RemoveDeadConstant()
|
D | GlobalOpt.cpp | 339 CE->destroyConstant(); in CleanupConstantGlobalUsers() 369 C->destroyConstant(); in CleanupConstantGlobalUsers() 617 cast<ConstantExpr>(GEP)->destroyConstant(); in SRAGlobal()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerOCLBlocks.cpp | 414 I->destroyConstant(); in erase()
|
D | SPIRVUtil.cpp | 1363 C->destroyConstant(); in eraseIfNoUse()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 447 BA->destroyConstant(); in MergeBasicBlockIntoOnlyPred()
|