Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:ArgKind

1844   enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory };
1846 ArgKind classifyArgument(Value* arg) {
1873 ArgKind AK = classifyArgument(A);