Searched refs:PragmaUnrollThreshold (Results 1 – 2 of 2) sorted by relevance
93 static cl::opt<unsigned> PragmaUnrollThreshold( variable722 (LoopSize - BEInsns) * UP.Count + BEInsns < PragmaUnrollThreshold) in computeUnrollCount()728 if ((LoopSize - BEInsns) * UP.Count + BEInsns < PragmaUnrollThreshold) in computeUnrollCount()745 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()747 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()
132 static cl::opt<unsigned> PragmaUnrollThreshold( variable741 getUnrolledLoopSize(LoopSize, UP) < PragmaUnrollThreshold) in computeUnrollCount()747 if (getUnrolledLoopSize(LoopSize, UP) < PragmaUnrollThreshold) in computeUnrollCount()759 UP.Threshold = std::max<unsigned>(UP.Threshold, PragmaUnrollThreshold); in computeUnrollCount()761 std::max<unsigned>(UP.PartialThreshold, PragmaUnrollThreshold); in computeUnrollCount()