Searched refs:DoCounterPromotion (Results 1 – 4 of 4) sorted by relevance
126 bool DoCounterPromotion = false; member
109 cl::opt<bool> DoCounterPromotion("do-counter-promotion", cl::ZeroOrMore, variable477 if (DoCounterPromotion.getNumOccurrences() > 0) in isCounterPromotionEnabled()478 return DoCounterPromotion; in isCounterPromotionEnabled()480 return Options.DoCounterPromotion; in isCounterPromotionEnabled()
368 Options.DoCounterPromotion = true; in addPGOInstrPasses()
929 Options.DoCounterPromotion = true; in addPGOInstrPasses()954 Options.DoCounterPromotion = false; in addPGOInstrPassesForO0()