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, variable482 if (DoCounterPromotion.getNumOccurrences() > 0) in isCounterPromotionEnabled()483 return DoCounterPromotion; in isCounterPromotionEnabled()485 return Options.DoCounterPromotion; in isCounterPromotionEnabled()
378 Options.DoCounterPromotion = true; in addPGOInstrPasses()
936 Options.DoCounterPromotion = true; in addPGOInstrPasses()961 Options.DoCounterPromotion = false; in addPGOInstrPassesForO0()