Searched defs:LoopAttributes (Results 1 – 2 of 2) sorted by relevance
36 struct LoopAttributes { struct41 bool IsParallel;47 LVEnableState VectorizeEnable;50 LVEnableState UnrollEnable;53 LVEnableState UnrollAndJamEnable;56 LVEnableState VectorizePredicateEnable;59 unsigned VectorizeWidth;62 LVEnableState VectorizeScalable;65 unsigned InterleaveCount;68 unsigned UnrollCount;[all …]
456 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes