Searched refs:EstimatedLoopInvocationWeight (Results 1 – 3 of 3) sorted by relevance
325 unsigned *EstimatedLoopInvocationWeight = nullptr);333 unsigned EstimatedLoopInvocationWeight);
502 unsigned EstimatedLoopInvocationWeight = 0; in UnrollLoop() local504 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()1032 EstimatedLoopInvocationWeight); in UnrollLoop()
850 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument859 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()860 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()