OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAliasee
(Results
1 - 25
of
40
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
ReduceAliases.cpp
29
GA.replaceAllUsesWith(GA.
getAliasee
());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalAlias.h
73
const Constant *
getAliasee
() const {
76
Constant *
getAliasee
() {
ModuleSummaryIndex.h
478
const GlobalValueSummary &
getAliasee
() const {
483
GlobalValueSummary &
getAliasee
() {
485
static_cast<const AliasSummary *>(this)->
getAliasee
());
499
return &AS->
getAliasee
();
505
return &AS->
getAliasee
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CanonicalizeAliases.cpp
44
auto *NewAliasee = canonicalizeAlias(GA->
getAliasee
(), Changed);
45
if (NewAliasee != GA->
getAliasee
()) {
CloneModule.cpp
179
if (const Constant *C = I->
getAliasee
())
Evaluator.cpp
258
if (auto *Fn = dyn_cast<Function>(Alias->
getAliasee
()))
/src/external/apache2/llvm/dist/llvm/lib/IR/
TypeFinder.cpp
44
if (const Value *Aliasee = A.
getAliasee
())
Value.cpp
620
V = cast<GlobalAlias>(V)->
getAliasee
();
726
V = GA->
getAliasee
();
AsmWriter.cpp
153
if (!isa<GlobalValue>(A.
getAliasee
()))
154
orderValue(A.
getAliasee
(), OM);
319
predictValueUseListOrder(A.
getAliasee
(), nullptr, OM, Stack);
3134
Out << "^" << Machine.getGUIDSlot(SummaryToGUIDMap[&AS->
getAliasee
()]);
/src/external/apache2/llvm/dist/llvm/lib/LTO/
UpdateCompilerUsed.cpp
107
FuncAliasee = dyn_cast<Function>(A->
getAliasee
());
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUAlwaysInlinePass.cpp
95
if (Function* F = dyn_cast<Function>(A.
getAliasee
())) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
CompileOnDemandLayer.cpp
39
Constant *Aliasee = A.
getAliasee
();
242
cast<GlobalValue>(cast<GlobalAlias>(GV)->
getAliasee
()));
247
if (Partition.count(cast<GlobalValue>(A.
getAliasee
())))
IndirectionUtils.cpp
357
assert(OrigA.
getAliasee
() && "Original alias doesn't have an aliasee?");
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
JITSymbol.cpp
36
isa<Function>(cast<GlobalAlias>(GV).
getAliasee
()))
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExtractFunction.cpp
188
if (I->
getAliasee
()->stripPointerCasts() == GV)
194
aliases[i]->replaceAllUsesWith(aliases[i]->
getAliasee
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ThinLTOBitcodeWriter.cpp
378
if (!isa<Function>(A.
getAliasee
()))
381
auto *F = cast<Function>(A.
getAliasee
());
GlobalOpt.cpp
2394
Constant *Aliasee = GA.
getAliasee
();
2435
Constant *Aliasee = J->
getAliasee
();
/src/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
verify-uselistorder.cpp
202
map(A.
getAliasee
());
484
changeValueUseList(A.
getAliasee
());
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp
116
if (!isa<GlobalValue>(A.
getAliasee
()))
117
orderValue(A.
getAliasee
(), OM);
345
predictValueUseListOrder(A.
getAliasee
(), nullptr, OM, Stack);
397
EnumerateValue(GA.
getAliasee
());
/src/external/apache2/llvm/dist/llvm/lib/Object/
IRSymtab.cpp
302
cast<GlobalAlias>(GV)->
getAliasee
()->stripPointerCasts());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp
668
Arg = cast<GlobalAlias>(Arg)->
getAliasee
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
282
NewF = dyn_cast<llvm::Function>(Alias->
getAliasee
());
2813
llvm::GlobalValue *Entry = GetGlobalValue(AA->
getAliasee
());
2822
Aliasee = GetOrCreateLLVMFunction(AA->
getAliasee
(), DeclTy,
2826
Aliasee = GetOrCreateLLVMGlobal(AA->
getAliasee
(), DeclTy, 0, nullptr);
4851
if (AA->
getAliasee
() == MangledName) {
4871
Aliasee = GetOrCreateLLVMFunction(AA->
getAliasee
(), DeclTy, GD,
4875
Aliasee = GetOrCreateLLVMGlobal(AA->
getAliasee
(), DeclTy, 0,
4889
if (GA->
getAliasee
() == Entry) {
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp
145
GV = GA->
getAliasee
();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp
796
return compute(GA.
getAliasee
());
BasicAliasAnalysis.cpp
438
V = GA->
getAliasee
();
Completed in 94 milliseconds
1
2
Indexes created Sun Jun 14 00:25:39 UTC 2026