Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp139 cl::opt<unsigned> MaxNumOfPromotionsPerLoop( variable
530 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
537 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
540 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()