Searched refs:shouldFullUnroll (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | LoopUnrollPass.cpp | 803 static std::optional<unsigned> shouldFullUnroll( in shouldFullUnroll() function 950 if (auto UnrollFactor = shouldFullUnroll(L, TTI, DT, SE, EphValues, in computeUnrollCount() 973 if (auto UnrollFactor = shouldFullUnroll(L, TTI, DT, SE, EphValues, in computeUnrollCount()
|