Lines Matching refs:optimizer
19 As with any optimizer, LLVM has its strengths and weaknesses. In some cases,
62 SSA is the canonical form expected by much of the optimizer; if allocas can
63 not be eliminated by Mem2Reg or SROA, the optimizer is likely to be less
134 and may not be well optimized by the current optimizer. Depending on your
139 instruction. This form conveys to the optimizer that the call returns
142 desired. This is generally not required because the optimizer will convert
176 language specification to emit a particular code sequence. The optimizer
179 profitable for code generation purposes, the optimizer will likely form the
199 a long way to assisting the optimizer in reasoning about loop induction
210 generally hard for an optimizer so providing these facts from the frontend
234 known. The optimizer will try to infer these flags, but may not always be
236 functions that the optimizer can not analyze.