Home
last modified time | relevance | path

Searched refs:FuncAliasee (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/LTO/
DUpdateCompilerUsed.cpp104 GlobalValue *FuncAliasee = nullptr; in findLibCallsAndAsm() local
107 FuncAliasee = dyn_cast<Function>(A->getAliasee()); in findLibCallsAndAsm()
109 if ((isa<Function>(GV) || FuncAliasee) && Libcalls.count(GV.getName())) { in findLibCallsAndAsm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DUpdateCompilerUsed.cpp103 GlobalValue *FuncAliasee = nullptr; in findLibCallsAndAsm() local
106 FuncAliasee = dyn_cast<Function>(A->getAliasee()); in findLibCallsAndAsm()
108 if ((isa<Function>(GV) || FuncAliasee) && Libcalls.count(GV.getName())) { in findLibCallsAndAsm()