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

  /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 79 milliseconds