Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h114 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function
115 return isCallee(&UI.getUse()); in isCallee()
119 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp101 if (!CS.isCallee(&U)) in PropagateConstantsIntoArguments()
230 if (!Call || !CS.isCallee(&U)) in PropagateConstantReturn()
DDeadArgumentElimination.cpp362 if (!CS || !CS.isCallee(&U)) in RemoveDeadArgumentsFromCallers()
583 if (!CS || !CS.isCallee(&U)) { in SurveyFunction()
DArgumentPromotion.cpp237 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr; in PromoteArguments()
DMergeFunctions.cpp1599 if (CS && CS.isCallee(U)) { in replaceDirectCallers()
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp158 if (!C.isCallee(&U)) in analyzeGlobalAux()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp200 bool IsNocapture = !CS.isCallee(U) && in walk()
DSCCP.cpp1686 if (!CS.isCallee(&U)) in AddressIsTaken()
/external/llvm/lib/Analysis/
DGlobalsModRef.cpp356 if (!CS.isCallee(&U)) { in AnalyzeUsesOfPointer()
/external/llvm/lib/IR/
DFunction.cpp906 if (!CS.isCallee(&U)) in hasAddressTaken()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp91 if (CS.isCallee(&U)) in isOnlyCopiedFromConstantGlobal()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2571 if (!callSite.isCallee(&*use)) continue; in replaceUsesOfNonProtoConstant()