Searched refs:MaxProm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp275 unsigned MaxProm = getMaxNumOfPromotionsInLoop(&L); local
276 if (MaxProm == 0)
305 if (Promoted >= MaxProm)
376 unsigned MaxProm = MaxNumOfPromotionsPerLoop; local
383 MaxProm =
384 std::min(MaxProm, std::max(MaxPromForTarget, PendingCandsInTarget) -
387 return MaxProm;

Completed in 72 milliseconds