Home
last modified time | relevance | path

Searched refs:isCallee (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h150 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function
151 return isCallee(&UI.getUse()); in isCallee()
155 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function
814 bool isCallee(Value::const_user_iterator UI) const {
815 return isCallee(&UI.getUse());
819 bool isCallee(const Use *U) const {
821 return CS.isCallee(U);
DInstrTypes.h1313 bool isCallee(Value::const_user_iterator UI) const {
1314 return isCallee(&UI.getUse());
1318 bool isCallee(const Use *U) const { return &getCalledOperandUse() == U; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinCFGuard.cpp58 if (!Call->isCallee(&U)) in isPossibleIndirectCallTarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAbstractCallSite.cpp79 if (CS.isCallee(U)) { in AbstractCallSite()
DFunction.cpp1450 if (!Call->isCallee(&U)) { in hasAddressTaken()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp168 if (!C.isCallee(&U)) in analyzeGlobalAux()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp230 if (!Call || !CS.isCallee(&U)) in PropagateConstantReturn()
DDeadArgumentElimination.cpp308 if (!CS || !CS.isCallee(&U)) in RemoveDeadArgumentsFromCallers()
559 if (!CS || !CS.isCallee(&U)) { in SurveyFunction()
DMergeFunctions.cpp471 if (CS && CS.isCallee(U)) { in replaceDirectCallers()
DAttributor.cpp1093 if (CB->isCallee(&U)) { in manifest()
1748 if (ICS.isCallee(U)) { in getKnownNonNullAndDerefBytesForUse()
3410 if (ICS.isBundleOperand(U) || ICS.isCallee(U)) in getKnownAlignForUse()
5092 if (ICS.isCallee(U)) { in analyzeUseIn()
5701 if (!ACS.isCallee(EffectiveUse)) { in checkForAllCallSites()
6769 ImmutableCallSite(U.getUser()).isCallee(&U); in runAttributorOnModule()
DArgumentPromotion.cpp910 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) in promoteArguments()
DLowerTypeTests.cpp1707 if (CS.isCallee(&U)) in isDirectCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp577 if (CI->isCallee(&U)) in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp116 if (!(CS && CS.isCallee(&OI))) in findRefEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp94 if (Call->isCallee(&U)) in isOnlyCopiedFromConstantGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1479 if (!CB->isCallee(&Use)) in replacePrepare()