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

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 100 if (!CS.isCallee(UI))
229 if (!Call || !CS.isCallee(UI))
DeadArgumentElimination.cpp 324 if (!CS || !CS.isCallee(I))
501 if (!CS || !CS.isCallee(I)) {
    [all...]
ArgumentPromotion.cpp 145 if (CS.getInstruction() == 0 || !CS.isCallee(UI)) return 0;
    [all...]
MergeFunctions.cpp 690 if (CS && CS.isCallee(TheIter)) {
  /dalvik/vm/compiler/
Compiler.h 195 bool isCallee);
Frontend.cpp 269 * ratios. If isCallee is true, also analyze each instruction in more details
273 bool isCallee)
306 if ((isCallee == true) && (realMethodEntry->attributes & METHOD_IS_CALLEE))
313 if ((isCallee == false) &&
320 if (isCallee) {
337 if (isCallee) {
    [all...]
  /external/llvm/include/llvm/Support/
CallSite.h 105 /// isCallee - Determine whether the passed iterator points to the
108 bool isCallee(value_use_iterator<UserTy> UI) const {
  /external/llvm/lib/VMCore/
Function.cpp 407 if (!CS.isCallee(I))
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 417 milliseconds