Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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 unsigned VectorizeWidth;
81 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs, argument
H A DCGLoopInfo.cpp154 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes