Searched refs:IsForwarding (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DObjCARC.cpp398 /// IsForwarding - Test if the given class represents instructions which return
400 static bool IsForwarding(InstructionClass Class) { function
456 assert(IsForwarding(GetBasicInstructionClass(CI)) &&
473 if (!IsForwarding(GetBasicInstructionClass(V)))
487 if (!IsForwarding(GetBasicInstructionClass(V)))
500 if (!IsForwarding(GetBasicInstructionClass(V)))
559 if (IsForwarding(GetBasicInstructionClass(Arg)))

Completed in 174 milliseconds