Lines Matching defs:AllowSpeculation
186 AssumptionCache *AC, bool AllowSpeculation);
306 Opts.AllowSpeculation);
323 OS << (Opts.AllowSpeculation ? "" : "no-") << "allowspeculation";
340 Opts.AllowSpeculation);
364 OS << (Opts.AllowSpeculation ? "" : "no-") << "allowspeculation";
881 bool AllowSpeculation) {
918 Preheader->getTerminator(), AC, AllowSpeculation)) {
1789 AssumptionCache *AC, bool AllowSpeculation) {
1790 if (AllowSpeculation &&
1975 OptimizationRemarkEmitter *ORE, bool AllowSpeculation,
2097 Preheader->getTerminator(), AC, AllowSpeculation)) {
2502 // This can only happen if !AllowSpeculation, otherwise this would already be
2504 // FIXME: Should we respect AllowSpeculation in these reassociation folds?