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

/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp100 if (!CS.isCallee(UI))
229 if (!Call || !CS.isCallee(UI))
H A DDeadArgumentElimination.cpp370 if (!CS || !CS.isCallee(I))
547 if (!CS || !CS.isCallee(I)) {
H A DArgumentPromotion.cpp145 if (CS.getInstruction() == 0 || !CS.isCallee(UI)) return 0;
H A DMergeFunctions.cpp688 if (CS && CS.isCallee(TheIter)) {
/external/llvm/include/llvm/Support/
H A DCallSite.h105 /// isCallee - Determine whether the passed iterator points to the
108 bool isCallee(value_use_iterator<UserTy> UI) const { function in class:llvm::CallSiteBase
/external/llvm/lib/IR/
H A DFunction.cpp673 if (!CS.isCallee(I))
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp81 if (CS.isCallee(UI))
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1670 if (!CS.isCallee(UI))
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1890 if (!callSite.isCallee(use)) continue;

Completed in 177 milliseconds