Home | History | Annotate | Download | only in Analysis

Lines Matching defs:TTI

60   /// \brief Construct a TTI object using a type implementing the \c Concept
63 /// This is used by targets to construct a TTI wrapping their target-specific
67 /// \brief Construct a baseline TTI object using a minimal implementation of
70 /// The TTI implementation will reflect the information in the DataLayout
507 /// \brief The abstract base class used to type erase specific TTI
802 /// conservative TTI result.
807 /// The callback will be called with a particular function for which the TTI
808 /// is needed and must return a TTI object for that function.
833 /// mechanism they desire for constructing the TTI for a given function.
848 /// This pass can be constructed from a TTI object which it stores internally
852 Optional<TargetTransformInfo> TTI;
870 /// \brief Create an analysis pass wrapper around a TTI object.
872 /// This analysis pass just holds the TTI instance and makes it available to