Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:ArgKind

1819   enum ArgKind { AK_GeneralPurpose, AK_FloatingPoint, AK_Memory };
1821 ArgKind classifyArgument(Value* arg) {
1848 ArgKind AK = classifyArgument(A);