/external/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 71 if (!CS.isCallee(&U)) in PropagateConstantsIntoArguments() 201 if (!Call || !CS.isCallee(&U)) in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 284 if (!CS || !CS.isCallee(&U)) in RemoveDeadArgumentsFromCallers() 516 if (!CS || !CS.isCallee(&U)) { in SurveyFunction()
|
D | ArgumentPromotion.cpp | 271 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) return nullptr; in PromoteArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 71 if (!CS.isCallee(&U)) in PropagateConstantsIntoArguments() 207 if (!Call || !CS.isCallee(&U)) in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 304 if (!CS || !CS.isCallee(&U)) in RemoveDeadArgumentsFromCallers() 555 if (!CS || !CS.isCallee(&U)) { in SurveyFunction()
|
D | MergeFunctions.cpp | 440 if (CS && CS.isCallee(U)) { in replaceDirectCallers()
|
D | ArgumentPromotion.cpp | 853 if (CS.getInstruction() == nullptr || !CS.isCallee(&U)) in promoteArguments()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 100 if (!CS.isCallee(UI)) in PropagateConstantsIntoArguments() 229 if (!Call || !CS.isCallee(UI)) in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 324 if (!CS || !CS.isCallee(I)) in RemoveDeadArgumentsFromCallers() 501 if (!CS || !CS.isCallee(I)) { in SurveyFunction()
|
D | ArgumentPromotion.cpp | 145 if (CS.getInstruction() == 0 || !CS.isCallee(UI)) return 0; in PromoteArguments()
|
D | MergeFunctions.cpp | 690 if (CS && CS.isCallee(TheIter)) { in replaceDirectCallers()
|
/external/llvm/include/llvm/IR/ |
D | CallSite.h | 114 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/ |
D | CallSite.h | 143 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/ |
D | GlobalStatus.cpp | 169 if (!C.isCallee(&U)) in analyzeGlobalAux()
|
/external/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 56 if (!(CS && CS.isCallee(&OI))) in findRefEdges()
|
/external/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 158 if (!C.isCallee(&U)) in analyzeGlobalAux()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 108 bool isCallee(value_use_iterator<UserTy> UI) const { in isCallee() function
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | CallGraph.cpp | 134 || !CallSite(cast<Instruction>(U)).isCallee(I)) { in addToCallGraph()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 408 if (!CS.isCallee(I)) in hasAddressTaken()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 111 if (!(CS && CS.isCallee(&OI))) in findRefEdges()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 1128 if (!CS.isCallee(&U)) { in hasAddressTaken()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 91 if (CS.isCallee(&U)) in isOnlyCopiedFromConstantGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 1252 if (!CS.isCallee(&U)) { in hasAddressTaken()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1678 if (!CS.isCallee(&U)) in AddressIsTaken()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 94 if (CS.isCallee(&U)) in isOnlyCopiedFromConstantGlobal()
|