Searched defs:LoopAttributes (Results 1 – 2 of 2) sorted by relevance
35 struct LoopAttributes { struct40 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
432 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes