Home
last modified time | relevance | path

Searched refs:HintKind (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1032 enum HintKind { HK_WIDTH, HK_UNROLL, HK_FORCE }; enum in __anonfb91178e0111::LoopVectorizeHints
1038 HintKind Kind;
1040 Hint(const char *Name, unsigned Value, HintKind Kind) in Hint()