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

  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 59 assert((IsForwarding(GetBasicARCInstKind(CI)) ||
ObjCARCOpts.cpp 62 if (IsForwarding(GetBasicARCInstKind(Arg)))
    [all...]
  /external/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 71 bool IsForwarding(ARCInstKind Class);
ObjCARCAnalysisUtils.h 81 if (!IsForwarding(GetBasicARCInstKind(V)))
107 if (!IsForwarding(GetBasicARCInstKind(V)))
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 435 bool llvm::objcarc::IsForwarding(ARCInstKind Class) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp 391 /// IsForwarding - Test if the given class represents instructions which return
393 static bool IsForwarding(InstructionClass Class) {
449 assert(IsForwarding(GetBasicInstructionClass(CI)) &&
466 if (!IsForwarding(GetBasicInstructionClass(V)))
480 if (!IsForwarding(GetBasicInstructionClass(V)))
493 if (!IsForwarding(GetBasicInstructionClass(V)))
552 if (IsForwarding(GetBasicInstructionClass(Arg)))
    [all...]

Completed in 299 milliseconds