Searched defs:Unroll (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/CodeGenCXX/ | ||
H A D | pragma-loop.cpp | 32 enum struct Tuner : short { Interleave = 4, Unroll = 8 }; enumerator |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaStmtAttr.cpp | 459 Unroll, CheckForIncompatibleAttributes() enumerator |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 188 } else if (const auto *Unroll = dyn_cast<OMPUnrollDirective>(&S)) { emitPreInitStmt() local |