Searched defs:unroll (Results 1 – 5 of 5) sorted by relevance
2740 const char *unroll = mCurrentFunctionMetadata->hasGradientInCallGraph(node) ? "LOOP" : ""; in visitLoop() local3032 const char *unroll = in handleExcessiveLoop() local
2841 const char *unroll = mCurrentFunctionMetadata->hasGradientInCallGraph(node) ? "LOOP" : ""; in visitLoop() local3133 const char *unroll = in handleExcessiveLoop() local
172 bool unroll; member
1851 bool unroll = (loop.iterations <= 4); in visitLoop() local
1210 bool unroll; // true if unroll requested variable