Searched refs:AllowSpeculation (Results 1 – 4 of 4) sorted by relevance
51 bool AllowSpeculation; member56 AllowSpeculation(true) {} in LICMOptions()59 bool AllowSpeculation) in LICMOptions()62 AllowSpeculation(AllowSpeculation) {} in LICMOptions()71 bool AllowSpeculation) in LICMPass() argument73 AllowSpeculation)) {} in LICMPass()89 bool AllowSpeculation) in LNICMPass() argument91 AllowSpeculation)) {} in LNICMPass()
181 bool AllowSpeculation);224 bool AllowSpeculation, bool HasReadsOutsideSet);
186 AssumptionCache *AC, bool AllowSpeculation);306 Opts.AllowSpeculation); in run()323 OS << (Opts.AllowSpeculation ? "" : "no-") << "allowspeculation"; in printPipeline()340 Opts.AllowSpeculation); in run()364 OS << (Opts.AllowSpeculation ? "" : "no-") << "allowspeculation"; in printPipeline()881 bool AllowSpeculation) { in hoistRegion() argument918 Preheader->getTerminator(), AC, AllowSpeculation)) { in hoistRegion()1789 AssumptionCache *AC, bool AllowSpeculation) { in isSafeToExecuteUnconditionally() argument1790 if (AllowSpeculation && in isSafeToExecuteUnconditionally()1975 OptimizationRemarkEmitter *ORE, bool AllowSpeculation, in promoteLoopAccessesToScalars() argument[all …]
950 Result.AllowSpeculation = Enable; in parseLICMOptions()