Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp250 unsigned MaxProm = getMaxNumOfPromotionsInLoop(&L); in run() local
251 if (MaxProm == 0) in run()
266 if (Promoted >= MaxProm) in run()
322 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop() local
329 MaxProm = in getMaxNumOfPromotionsInLoop()
330 std::min(MaxProm, std::max(MaxPromForTarget, PendingCandsInTarget) - in getMaxNumOfPromotionsInLoop()
333 return MaxProm; in getMaxNumOfPromotionsInLoop()