Lines Matching refs:pragma
1 ; RUN: opt < %s -loop-unroll -pragma-unroll-threshold=1024 -S | FileCheck %s
2 ; RUN: opt < %s -loop-unroll -loop-unroll -pragma-unroll-threshold=1024 -S | FileCheck %s
12 ; unroll(disable) pragma test loop4_with_disable.
34 ; #pragma clang loop unroll(disable)
62 ; unroll(full) pragma test loop64_with_.* tests below.
86 ; #pragma clang loop unroll(full)
111 ; #pragma clang loop unroll_count(4)
141 ; #pragma clang loop unroll(full)
170 ; #pragma clang loop unroll_count(4)
207 ; #pragma clang loop unroll_count(1)
234 ; #pragma clang loop unroll(full)
236 ; Loop should unrolled up to the pragma threshold, but not completely.