Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h272 void setUnrollCount(unsigned C) { StagedAttrs.UnrollCount = C; } in setUnrollCount() function
H A DCGLoopInfo.cpp767 setUnrollCount(ValueInt); in push()