Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGLoopInfo.h37 struct LoopAttributes { struct
42 bool IsParallel;
45 enum LVEnableState { Unspecified, Enable, Disable, Full };
70 LoopInfo(llvm::BasicBlock *Header, const LoopAttributes &Attrs, argument
DCGLoopInfo.cpp102 LoopAttributes::LoopAttributes(bool IsParallel) in LoopAttributes() function in LoopAttributes