/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CanonicalizeAliases.cpp | 44 auto *NewAliasee = canonicalizeAlias(GA->getAliasee(), Changed); in canonicalizeAlias() 45 if (NewAliasee != GA->getAliasee()) { in canonicalizeAlias()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CanonicalizeAliases.cpp | 44 auto *NewAliasee = canonicalizeAlias(GA->getAliasee(), Changed); in canonicalizeAlias() 45 if (NewAliasee != GA->getAliasee()) { in canonicalizeAlias()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 73 const Constant *getAliasee() const { in getAliasee() function 76 Constant *getAliasee() { in getAliasee() function
|
D | ModuleSummaryIndex.h | 458 const GlobalValueSummary &getAliasee() const { 463 GlobalValueSummary &getAliasee() { 465 static_cast<const AliasSummary *>(this)->getAliasee()); 479 return &AS->getAliasee(); 485 return &AS->getAliasee();
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 73 const Constant *getAliasee() const { in getAliasee() function 76 Constant *getAliasee() { in getAliasee() function
|
D | ModuleSummaryIndex.h | 459 const GlobalValueSummary &getAliasee() const { 464 GlobalValueSummary &getAliasee() { 466 static_cast<const AliasSummary *>(this)->getAliasee()); 480 return &AS->getAliasee(); 486 return &AS->getAliasee();
|
/external/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 74 const Constant *getAliasee() const { in getAliasee() function 77 Constant *getAliasee() { in getAliasee() function
|
D | ModuleSummaryIndex.h | 219 const GlobalValueSummary &getAliasee() const { in getAliasee() function 220 return const_cast<AliasSummary *>(this)->getAliasee(); in getAliasee() 223 GlobalValueSummary &getAliasee() { in getAliasee() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 35 Constant *Aliasee = A.getAliasee(); in extractSubModule() 226 cast<GlobalValue>(cast<GlobalAlias>(GV)->getAliasee())); in expandPartition() 231 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition()
|
/external/llvm-project/llvm/tools/llvm-reduce/deltas/ |
D | ReduceAliases.cpp | 29 GA.replaceAllUsesWith(GA.getAliasee()); in extractAliasesFromModule()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 39 Constant *Aliasee = A.getAliasee(); in extractSubModule() 242 cast<GlobalValue>(cast<GlobalAlias>(GV)->getAliasee())); in expandPartition() 247 if (Partition.count(cast<GlobalValue>(A.getAliasee()))) in expandPartition()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 106 FuncAliasee = dyn_cast<Function>(A->getAliasee()); in findLibCallsAndAsm()
|
/external/llvm-project/llvm/lib/LTO/ |
D | UpdateCompilerUsed.cpp | 107 FuncAliasee = dyn_cast<Function>(A->getAliasee()); in findLibCallsAndAsm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 94 if (Function* F = dyn_cast<Function>(A.getAliasee())) { in runOnModule()
|
/external/llvm/lib/LTO/ |
D | LTO.cpp | 92 GlobalInvolvedWithAlias.insert(&AS->getAliasee()); in thinLTOResolveWeakForLinkerInIndex()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 101 if (Function* F = dyn_cast<Function>(A.getAliasee())) { in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | TypeFinder.cpp | 44 if (const Value *Aliasee = A.getAliasee()) in run()
|
/external/llvm-project/llvm/lib/IR/ |
D | TypeFinder.cpp | 44 if (const Value *Aliasee = A.getAliasee()) in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | JITSymbol.cpp | 33 isa<Function>(cast<GlobalAlias>(GV).getAliasee())) in fromGlobalValue()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 176 GVSummary = &AS->getAliasee(); in selectCallee() 289 &cast<AliasSummary>(CalleeSummary)->getAliasee()); in computeImportForFunction() 349 Summary = &AS->getAliasee(); in ComputeImportForModule()
|
/external/llvm/lib/IR/ |
D | TypeFinder.cpp | 38 if (const Value *Aliasee = I->getAliasee()) in run()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | JITSymbol.cpp | 36 isa<Function>(cast<GlobalAlias>(GV).getAliasee())) in fromGlobalValue()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 190 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases() 196 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
|
/external/llvm-project/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 188 if (I->getAliasee()->stripPointerCasts() == GV) in eliminateAliases() 194 aliases[i]->replaceAllUsesWith(aliases[i]->getAliasee()); in eliminateAliases()
|
/external/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 87 if (!isa<GlobalValue>(A.getAliasee())) in orderModule() 88 orderValue(A.getAliasee(), OM); in orderModule() 275 predictValueUseListOrder(A.getAliasee(), nullptr, OM, Stack); in predictUseListOrder() 324 EnumerateValue(GA.getAliasee()); in ValueEnumerator()
|