Searched defs:EstimatedTripCount (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | LoopPeel.cpp | 638 std::optional<unsigned> EstimatedTripCount = getLoopEstimatedTripCount(L); computePeelCount() local |
H A D | LoopUtils.cpp | 867 setLoopEstimatedTripCount(Loop * L,unsigned EstimatedTripCount,unsigned EstimatedloopInvocationWeight) setLoopEstimatedTripCount() argument |