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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DObjCARC.cpp369 /// GetBasicInstructionClass - Determine what kind of construct V is. This is
372 static InstructionClass GetBasicInstructionClass(const Value *V) { 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)))
621 switch (GetBasicInstructionClass(UUser)) {
806 switch (GetBasicInstructionClass(CS.getInstruction())) {
889 switch (GetBasicInstructionClass(Ins
[all...]

Completed in 78 milliseconds