Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp255 unsigned MaxProm = getMaxNumOfPromotionsInLoop(&L); in run() local
256 if (MaxProm == 0) in run()
271 if (Promoted >= MaxProm) in run()
327 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop() local
334 MaxProm = in getMaxNumOfPromotionsInLoop()
335 std::min(MaxProm, std::max(MaxPromForTarget, PendingCandsInTarget) - in getMaxNumOfPromotionsInLoop()
338 return MaxProm; in getMaxNumOfPromotionsInLoop()