Home
last modified time | relevance | path

Searched refs:AllowSpeculation (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
HDLICM.h51 bool AllowSpeculation; member
56 AllowSpeculation(true) {} in LICMOptions()
59 bool AllowSpeculation) in LICMOptions()
62 AllowSpeculation(AllowSpeculation) {} in LICMOptions()
71 bool AllowSpeculation) in LICMPass() argument
73 AllowSpeculation)) {} in LICMPass()
89 bool AllowSpeculation) in LNICMPass() argument
91 AllowSpeculation)) {} in LNICMPass()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopUtils.h181 bool AllowSpeculation);
224 bool AllowSpeculation, bool HasReadsOutsideSet);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLICM.cpp186 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() argument
918 Preheader->getTerminator(), AC, AllowSpeculation)) { in hoistRegion()
1789 AssumptionCache *AC, bool AllowSpeculation) { in isSafeToExecuteUnconditionally() argument
1790 if (AllowSpeculation && in isSafeToExecuteUnconditionally()
1975 OptimizationRemarkEmitter *ORE, bool AllowSpeculation, in promoteLoopAccessesToScalars() argument
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilder.cpp950 Result.AllowSpeculation = Enable; in parseLICMOptions()