Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGLoopInfo.h35 struct LoopAttributes { struct
40 bool IsParallel;
43 enum LVEnableState { Unspecified, Enable, Disable, Full };
46 LVEnableState VectorizeEnable;
49 LVEnableState UnrollEnable;
52 LVEnableState UnrollAndJamEnable;
55 LVEnableState VectorizePredicateEnable;
58 unsigned VectorizeWidth;
83 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs, argument
HDCGLoopInfo.cpp432 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes