/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CanonicalizeAliases.cpp | 46 GA->setAliasee(NewAliasee); in canonicalizeAlias()
|
D | CloneModule.cpp | 180 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CanonicalizeAliases.cpp | 46 GA->setAliasee(NewAliasee); in canonicalizeAlias()
|
D | CloneModule.cpp | 180 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 72 void setAliasee(Constant *Aliasee);
|
D | ModuleSummaryIndex.h | 447 void setAliasee(ValueInfo &AliaseeVI, GlobalValueSummary *Aliasee) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 72 void setAliasee(Constant *Aliasee);
|
D | ModuleSummaryIndex.h | 446 void setAliasee(ValueInfo &AliaseeVI, GlobalValueSummary *Aliasee) {
|
/external/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 73 void setAliasee(Constant *Aliasee);
|
D | ModuleSummaryIndex.h | 217 void setAliasee(GlobalValueSummary *Aliasee) { AliaseeSummary = Aliasee; } in setAliasee() function
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 161 GA->setAliasee(MapValue(C, VMap)); in CloneModule()
|
D | ValueMapper.cpp | 835 E.Data.GlobalAliasee.GA->setAliasee( in flush()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 154 GA.setAliasee(nullptr); in run()
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 374 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 392 GA.setAliasee(nullptr); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 383 GA.setAliasee(nullptr); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Globals.cpp | 522 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
|
/external/llvm-project/llvm/lib/IR/ |
D | Globals.cpp | 522 void GlobalAlias::setAliasee(Constant *Aliasee) { in setAliasee() function in GlobalAlias
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 355 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 510 NewA->setAliasee(cast<Constant>(Init)); in addLogicalModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 627 AS->setAliasee(AliaseeVI, AliaseeVI.getSummaryList()[0].get()); in computeAliasSummary()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 634 AS->setAliasee(AliaseeVI, AliaseeVI.getSummaryList()[0].get()); in computeAliasSummary()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTables.cpp | 995 VTableAlias->setAliasee(VTable); in GenerateRelativeVTableAlias()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 5955 AS->setAliasee(AliaseeVI, AliaseeInModule); in parseEntireSummary() 6090 AS->setAliasee(AliaseeVI, AliaseeInModule); in parseEntireSummary()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6234 AS->setAliasee(AliaseeSummary); in parseEntireSummary() 6320 AS->setAliasee(AliaseeInModule); in parseEntireSummary()
|