HomeSort by relevance Sort by last modified time
    Searched refs:isCallee (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 112 /// isCallee - Determine whether the passed iterator points to the
114 bool isCallee(Value::const_user_iterator UI) const {
115 return isCallee(&UI.getUse());
119 bool isCallee(const Use *U) const { return getCallee() == U; }
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 101 if (!CS.isCallee(&U))
230 if (!Call || !CS.isCallee(&U))
DeadArgumentElimination.cpp 362 if (!CS || !CS.isCallee(&U))
583 if (!CS || !CS.isCallee(&U)) {
    [all...]
ArgumentPromotion.cpp 237 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr;
    [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 158 if (!C.isCallee(&U))
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 200 bool IsNocapture = !CS.isCallee(U) &&
    [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/Analysis/
GlobalsModRef.cpp 356 if (!CS.isCallee(&U)) {
    [all...]
  /external/llvm/lib/IR/
Function.cpp 906 if (!CS.isCallee(&U))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 91 if (CS.isCallee(&U))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 1103 milliseconds