Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp520 unsigned MaxProm = getMaxNumOfPromotionsInLoop(&L); in run() local
521 if (MaxProm == 0) in run()
549 if (Promoted >= MaxProm) in run()
621 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop() local
628 MaxProm = in getMaxNumOfPromotionsInLoop()
629 std::min(MaxProm, std::max(MaxPromForTarget, PendingCandsInTarget) - in getMaxNumOfPromotionsInLoop()
632 return MaxProm; in getMaxNumOfPromotionsInLoop()