Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h36 struct LoopAttributes { struct
93 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs, argument
41 IsParallelLoopAttributes global() argument
44 LVEnableStateLoopAttributes global() argument
47 VectorizeEnableLoopAttributes global() argument
50 UnrollEnableLoopAttributes global() argument
53 UnrollAndJamEnableLoopAttributes global() argument
56 VectorizePredicateEnableLoopAttributes global() argument
59 VectorizeWidthLoopAttributes global() argument
62 VectorizeScalableLoopAttributes global() argument
65 InterleaveCountLoopAttributes global() argument
68 UnrollCountLoopAttributes global() argument
[all...]
H A DCGLoopInfo.cpp456 LoopAttributes::LoopAttributes(bool IsParallel) LoopAttributes() function in LoopAttributes
[all...]