Searched refs:isCallee (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h104 /// isCallee - Determine whether the passed iterator points to the
106 bool isCallee(Value::const_user_iterator UI) const { function in class:llvm::CallSiteBase
107 return isCallee(&UI.getUse());
111 bool isCallee(const Use *U) const { return getCallee() == U; } function in class:llvm::CallSiteBase
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp90 if (CS && (isIndirectCall(CS) || CS.isCallee(U))) {
106 if (CS.isCallee(&CEU)) {
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp101 if (!CS.isCallee(&U))
230 if (!Call || !CS.isCallee(&U))
H A DDeadArgumentElimination.cpp358 if (!CS || !CS.isCallee(&U))
539 if (!CS || !CS.isCallee(&U)) {
H A DArgumentPromotion.cpp151 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr;
H A DMergeFunctions.cpp1263 if (CS && CS.isCallee(U)) {
/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp151 if (!C.isCallee(&U))
/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp275 if (!CS.isCallee(&U)) {
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp194 bool IsNocapture = !CS.isCallee(U) &&
H A DSCCP.cpp1673 if (!CS.isCallee(&U))
/external/llvm/lib/IR/
H A DFunction.cpp753 if (!CS.isCallee(&U))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp88 if (CS.isCallee(&U))
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2138 if (!callSite.isCallee(&*use)) continue;

Completed in 905 milliseconds