Lines Matching full:see
4 * See https://llvm.org/LICENSE.txt for license information.
14 commas. Full pipelines may also be invoked. See [LLVMRunPasses]. *)
22 (** Creates a new set of options for a PassBuilder. See
26 (** Toggles adding the VerifierPass for the PassBuilder. See
31 (** Toggles debug logging. See [llvm::LLVMPassBuilderOptions::DebugLogging]. *)
36 See [llvm::PipelineTuningOptions::LoopInterleaving]. *)
41 See [llvm::PipelineTuningOptions::LoopVectorization]. *)
46 level. See [llvm::PipelineTuningOptions::SLPVectorization]. *)
51 See [llvm::PipelineTuningOptions::LoopUnrolling]. *)
56 See [llvm::PipelineTuningOptions::ForgetAllSCEVInLoopUnroll]. *)
61 MemorySSA, in LICM. See [llvm::PipelineTuningOptions::LicmMssaOptCap]. *)
66 the number of accesses is too large. See
71 (** Tuning option to enable/disable call graph profile. See
76 (** Tuning option to enable/disable function merging. See
81 (** Tuning option to override the default inliner threshold. See