Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp149 cl::opt<unsigned> MaxNumOfPromotionsPerLoop( variable
633 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
640 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
643 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()