Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp267 unsigned MaxProm = getMaxNumOfPromotionsInLoop(&L); in run() local
268 if (MaxProm == 0) in run()
296 if (Promoted >= MaxProm) in run()
368 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop() local
375 MaxProm = in getMaxNumOfPromotionsInLoop()
376 std::min(MaxProm, std::max(MaxPromForTarget, PendingCandsInTarget) - in getMaxNumOfPromotionsInLoop()
379 return MaxProm; in getMaxNumOfPromotionsInLoop()