OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCallee
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
AbstractCallSite.h
132
bool
isCallee
(Value::const_user_iterator UI) const {
133
return
isCallee
(&UI.getUse());
137
bool
isCallee
(const Use *U) const {
139
return CB->
isCallee
(U);
InstrTypes.h
1404
bool
isCallee
(Value::const_user_iterator UI) const {
1405
return
isCallee
(&UI.getUse());
1409
bool
isCallee
(const Use *U) const { return &getCalledOperandUse() == U; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinCFGuard.cpp
57
if (!Call->
isCallee
(&U))
/src/external/apache2/llvm/dist/llvm/lib/IR/
AbstractCallSite.cpp
80
if (CB->
isCallee
(U)) {
Function.cpp
1704
if (!Call->
isCallee
(&U)) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
GlobalStatus.cpp
168
if (!CB->
isCallee
(&U))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp
307
if (!CB || !CB->
isCallee
(&U))
560
if (!CB || !CB->
isCallee
(&U)) {
Attributor.cpp
830
if (!ACS.
isCallee
(EffectiveUse)) {
2006
if (CB->
isCallee
(&U) && CB->isMustTailCall())
2383
return CB && CB->
isCallee
(&U) &&
OpenMPOpt.cpp
617
if (CI && CI->
isCallee
(&U) && !CI->hasOperandBundles() &&
1687
if (CB->
isCallee
(&U))
1736
if (CB->
isCallee
(&U)) {
ArgumentPromotion.cpp
903
if (CB == nullptr || !CB->
isCallee
(&U))
MergeFunctions.cpp
470
if (CB && CB->
isCallee
(U)) {
AttributorAttributes.cpp
976
if (CB->
isCallee
(&U)) {
1629
if (CB->
isCallee
(U)) {
3736
if (CB->isBundleOperand(U) || CB->
isCallee
(U))
6393
if (CB->
isCallee
(U)) {
LowerTypeTests.cpp
1739
if (CB && CB->
isCallee
(&U))
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp
563
if (CI->
isCallee
(&U))
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ModuleSummaryAnalysis.cpp
114
if (!(CB && CB->
isCallee
(&OI)))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
81
if (Call->
isCallee
(&U))
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
1992
if (!CB->
isCallee
(&Use))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
4692
if (!callSite->
isCallee
(&*use))
Completed in 60 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026