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

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 391 AAResults::Concept::~Concept() {}
TargetTransformInfo.cpp 344 TargetTransformInfo::Concept::~Concept() {}
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 62 /// \brief Construct a TTI object using a type implementing the \c Concept
70 /// the \c Concept API below.
538 class Concept;
544 std::unique_ptr<Concept> TTIImpl;
547 class TargetTransformInfo::Concept {
549 virtual ~Concept() = 0;
640 class TargetTransformInfo::Model final : public TargetTransformInfo::Concept {
    [all...]
AliasAnalysis.h 555 class Concept;
560 std::vector<std::unique_ptr<Concept>> AAs;
567 /// A private abstract base class describing the concept of an individual alias
576 class AAResults::Concept {
578 virtual ~Concept() = 0;
633 /// A private class template which derives from \c Concept and wraps some other
636 /// This models the concept by directly forwarding each interface point to the
639 template <typename AAResultT> class AAResults::Model final : public Concept {
684 /// analysis results concept.
    [all...]

Completed in 323 milliseconds