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

  /external/llvm/include/llvm/IR/
CallSite.h 104 /// isCallee - Determine whether the passed iterator points to the
106 bool isCallee(Value::const_user_iterator UI) const {
107 return isCallee(&UI.getUse());
111 bool isCallee(const Use *U) const { return getCallee() == U; }
  /external/llvm/lib/CodeGen/
JumpInstrTables.cpp 90 if (CS && (isIndirectCall(CS) || CS.isCallee(U))) {
106 if (CS.isCallee(&CEU)) {
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 101 if (!CS.isCallee(&U))
230 if (!Call || !CS.isCallee(&U))
DeadArgumentElimination.cpp 358 if (!CS || !CS.isCallee(&U))
539 if (!CS || !CS.isCallee(&U)) {
    [all...]
ArgumentPromotion.cpp 151 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr;
    [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 151 if (!C.isCallee(&U))
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 275 if (!CS.isCallee(&U)) {
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 194 bool IsNocapture = !CS.isCallee(U) &&
    [all...]
SCCP.cpp     [all...]
  /external/llvm/lib/IR/
Function.cpp 753 if (!CS.isCallee(&U))
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 88 if (CS.isCallee(&U))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 644 milliseconds