Home
last modified time | relevance | path

Searched refs:setAliasee (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalAlias.h60 void setAliasee(Constant *GV);
/external/llvm/include/llvm/IR/
DGlobalAlias.h73 void setAliasee(Constant *Aliasee);
DModuleSummaryIndex.h217 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; } in setAliasee() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGlobalAlias.h77 void setAliasee(Constant *Aliasee);
DModuleSummaryIndex.h380 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; }
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp113 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp219 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalDCE.cpp119 I->setAliasee(0); in runOnModule()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp161 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
DValueMapper.cpp835 E.Data.GlobalAliasee.GA->setAliasee( in flush()
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp154 GA.setAliasee(nullptr); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp180 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
DValueMapper.cpp851 E.Data.GlobalAliasee.GA->setAliasee( in flush()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp236 GA.setAliasee(nullptr); in run()
/external/llvm/lib/IR/
DGlobals.cpp374 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp455 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
DCore.cpp2010 unwrap<GlobalAlias>(Alias)->setAliasee(unwrap<Constant>(Aliasee)); in LLVMAliasSetAliasee()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h355 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp406 AS->setAliasee(AliaseeSummary); in computeAliasSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h485 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp854 DA->setAliasee(MapValue(Aliasee, ValueMap, RF_None, &TypeMap)); in linkAliasBodies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5324 AS->setAliasee(AliaseeInModule); in parseEntireSummary()
5412 AS->setAliasee(AliaseeInModule); in parseEntireSummary()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp1188 AliasInitWorklist.back().first->setAliasee(C); in ResolveGlobalAndAliasInits()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6234 AS->setAliasee(AliaseeSummary); in parseEntireSummary()
6320 AS->setAliasee(AliaseeInModule); in parseEntireSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp7403 AliaseeRef.first->setAliasee(VI.getSummaryList().front().get()); in AddGlobalValueToIndex()
7648 AS->setAliasee(AliaseeVI.getSummaryList().front().get()); in ParseAliasSummary()