Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp71 if (!CS.isCallee(&U)) in PropagateConstantsIntoArguments()
201 if (!Call || !CS.isCallee(&U)) in PropagateConstantReturn()
DDeadArgumentElimination.cpp284 if (!CS || !CS.isCallee(&U)) in RemoveDeadArgumentsFromCallers()
516 if (!CS || !CS.isCallee(&U)) { in SurveyFunction()
DArgumentPromotion.cpp271 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr; in PromoteArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp71 if (!CS.isCallee(&U)) in PropagateConstantsIntoArguments()
207 if (!Call || !CS.isCallee(&U)) in PropagateConstantReturn()
DDeadArgumentElimination.cpp304 if (!CS || !CS.isCallee(&U)) in RemoveDeadArgumentsFromCallers()
555 if (!CS || !CS.isCallee(&U)) { in SurveyFunction()
DMergeFunctions.cpp440 if (CS && CS.isCallee(U)) { in replaceDirectCallers()
DArgumentPromotion.cpp853 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) in promoteArguments()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DIPConstantPropagation.cpp100 if (!CS.isCallee(UI)) in PropagateConstantsIntoArguments()
229 if (!Call || !CS.isCallee(UI)) in PropagateConstantReturn()
DDeadArgumentElimination.cpp324 if (!CS || !CS.isCallee(I)) in RemoveDeadArgumentsFromCallers()
501 if (!CS || !CS.isCallee(I)) { in SurveyFunction()
DArgumentPromotion.cpp145 if (CS.getInstruction() == 0 || !CS.isCallee(UI)) return 0; in PromoteArguments()
DMergeFunctions.cpp690 if (CS && CS.isCallee(TheIter)) { in replaceDirectCallers()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h143 bool isCallee(Value::const_user_iterator UI) const { in isCallee() function
144 return isCallee(&UI.getUse()); in isCallee()
148 bool isCallee(const Use *U) const { return getCallee() == U; } in isCallee() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp169 if (!C.isCallee(&U)) in analyzeGlobalAux()
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp56 if (!(CS && CS.isCallee(&OI))) in findRefEdges()
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp158 if (!C.isCallee(&U)) in analyzeGlobalAux()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCallSite.h108 bool isCallee(value_use_iterator<UserTy> UI) const { in isCallee() function
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
DCallGraph.cpp134 || !CallSite(cast<Instruction>(U)).isCallee(I)) { in addToCallGraph()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp408 if (!CS.isCallee(I)) in hasAddressTaken()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp111 if (!(CS && CS.isCallee(&OI))) in findRefEdges()
/external/llvm/lib/IR/
DFunction.cpp1128 if (!CS.isCallee(&U)) { in hasAddressTaken()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp91 if (CS.isCallee(&U)) in isOnlyCopiedFromConstantGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1252 if (!CS.isCallee(&U)) { in hasAddressTaken()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1678 if (!CS.isCallee(&U)) in AddressIsTaken()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp94 if (CS.isCallee(&U)) in isOnlyCopiedFromConstantGlobal()

12