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.cpp143 cl::opt<unsigned> MaxNumOfPromotionsPerLoop( variable
611 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
618 return MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()
621 unsigned MaxProm = MaxNumOfPromotionsPerLoop; in getMaxNumOfPromotionsInLoop()