Searched refs:EstimatedLoopInvocationWeight (Results 1 – 3 of 3) sorted by relevance
332 unsigned *EstimatedLoopInvocationWeight = nullptr);340 unsigned EstimatedLoopInvocationWeight);
498 unsigned EstimatedLoopInvocationWeight = 0; in UnrollLoop() local500 llvm::getLoopEstimatedTripCount(L, &EstimatedLoopInvocationWeight); in UnrollLoop()1038 EstimatedLoopInvocationWeight); in UnrollLoop()
842 unsigned *EstimatedLoopInvocationWeight) { in getLoopEstimatedTripCount() argument851 if (EstimatedLoopInvocationWeight) in getLoopEstimatedTripCount()852 *EstimatedLoopInvocationWeight = ExitWeight; in getLoopEstimatedTripCount()