HomeSort by relevance Sort by last modified time
    Searched defs:Concept (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 63 /// \brief Construct a TTI object using a type implementing the \c Concept
71 /// the \c Concept API below.
619 class Concept;
625 std::unique_ptr<Concept> TTIImpl;
628 class TargetTransformInfo::Concept {
630 virtual ~Concept() = 0;
    [all...]
AliasAnalysis.h 566 class Concept;
573 std::vector<std::unique_ptr<Concept>> AAs;
580 /// A private abstract base class describing the concept of an individual alias
589 class AAResults::Concept {
591 virtual ~Concept() = 0;
646 /// A private class template which derives from \c Concept and wraps some other
649 /// This models the concept by directly forwarding each interface point to the
652 template <typename AAResultT> class AAResults::Model final : public Concept {
697 /// analysis results concept.
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 509 AAResults::Concept::~Concept() {}
TargetTransformInfo.cpp 420 TargetTransformInfo::Concept::~Concept() {}

Completed in 105 milliseconds