Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDloop-init.c326 flags |= UAP_UNROLL; in rtl_unroll_and_peel_loops()
HDcfgloop.h394 UAP_UNROLL = 2, /* Enables peeling of loops if it seems profitable. */ enumerator
HDloop-unroll.c550 if (!(flags & UAP_UNROLL)) in decide_unroll_constant_iterations()
831 if (!(flags & UAP_UNROLL)) in decide_unroll_runtime_iterations()
HDChangeLog-200331660 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.