Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp439 unsigned MaxProm = getMaxNumOfPromotionsInLoop(&L); in run() local
440 if (MaxProm == 0) in run()
468 if (Promoted >= MaxProm) in run()
540 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop() local
547 MaxProm = in getMaxNumOfPromotionsInLoop()
548 std::min(MaxProm, std::max(MaxPromForTarget, PendingCandsInTarget) - in getMaxNumOfPromotionsInLoop()
551 return MaxProm; in getMaxNumOfPromotionsInLoop()