Lines Matching defs:AllowSpeculation
188 AssumptionCache *AC, bool AllowSpeculation);
308 Opts.AllowSpeculation);
325 OS << (Opts.AllowSpeculation ? "" : "no-") << "allowspeculation";
342 Opts.AllowSpeculation);
366 OS << (Opts.AllowSpeculation ? "" : "no-") << "allowspeculation";
882 bool AllowSpeculation) {
919 Preheader->getTerminator(), AC, AllowSpeculation)) {
1792 AssumptionCache *AC, bool AllowSpeculation) {
1793 if (AllowSpeculation &&
1978 OptimizationRemarkEmitter *ORE, bool AllowSpeculation,
2106 Preheader->getTerminator(), AC, AllowSpeculation)) {
2515 // This can only happen if !AllowSpeculation, otherwise this would already be
2517 // FIXME: Should we respect AllowSpeculation in these reassociation folds?