Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp93 static cl::opt<unsigned> PragmaUnrollThreshold( variable
722 (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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp132 static cl::opt<unsigned> PragmaUnrollThreshold( variable
741 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()