Searched refs:PragmaUnrollThreshold (Results 1 – 1 of 1) sorted by relevance
141 static cl::opt<unsigned> PragmaUnrollThreshold( variable764 getUnrolledLoopSize(LoopSize, UP) < PragmaUnrollThreshold) in computeUnrollCount()770 if (getUnrolledLoopSize(LoopSize, UP) < PragmaUnrollThreshold) in computeUnrollCount()782 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()784 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()