Searched defs:LoopAttributes (Results 1 – 2 of 2) sorted by relevance
37 struct LoopAttributes { struct42 bool IsParallel;45 enum LVEnableState { Unspecified, Enable, Disable, Full };70 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs, argument
102 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes