Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp118 cl::opt<unsigned> MaxNumOfPromotionsPerLoop( variable
317 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
324 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
327 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()