Home | History | Annotate | Download | only in Passes

Lines Matching full:passes

11 /// Interfaces for registering analysis passes, producing common pass manager
26 /// \brief This class provides access to building LLVM's passes.
28 /// It's members provide the baseline state available to passes during their
30 /// of the built-in passes, and those may reference these members during
38 /// \brief Registers all available module analysis passes.
45 /// \brief Registers all available CGSCC analysis passes.
52 /// \brief Registers all available function analysis passes.
65 /// Pass managers have ()s describing the nest structure of passes. All passes
69 /// So, assuming function passes 'fpassN', CGSCC passes 'cgpassN', and loop passes
84 /// the sequence of passes aren't all the exact same kind of pass, it will be
86 /// form a pass manager in which to nest passes.