Home
last modified time | relevance | path

Searched defs:LoopAttributes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h36 struct LoopAttributes { struct
41 bool IsParallel;
44 enum LVEnableState { Unspecified, Enable, Disable, Full };
47 LVEnableState VectorizeEnable;
50 LVEnableState UnrollEnable;
53 LVEnableState UnrollAndJamEnable;
56 LVEnableState VectorizePredicateEnable;
59 unsigned VectorizeWidth;
62 LVEnableState VectorizeScalable;
65 unsigned InterleaveCount;
[all …]
H A DCGLoopInfo.cpp447 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes