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

  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 139 struct CounterExpression {
144 CounterExpression(ExprKind Kind, Counter LHS, Counter RHS)
153 std::vector<CounterExpression> Expressions;
155 llvm::DenseMap<CounterExpression, unsigned> ExpressionIndices;
162 Counter get(const CounterExpression &E);
177 ArrayRef<CounterExpression> getExpressions() const { return Expressions; }
276 ArrayRef<CounterExpression> Expressions;
280 CounterMappingContext(ArrayRef<CounterExpression> Expressions,
599 /// \brief Provide DenseMapInfo for CounterExpression
600 template<> struct DenseMapInfo<coverage::CounterExpression> {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 146 struct CounterExpression {
151 CounterExpression(ExprKind Kind, Counter LHS, Counter RHS)
159 std::vector<CounterExpression> Expressions;
162 DenseMap<CounterExpression, unsigned> ExpressionIndices;
169 Counter get(const CounterExpression &E);
192 ArrayRef<CounterExpression> getExpressions() const { return Expressions; }
283 ArrayRef<CounterExpression> Expressions;
287 CounterMappingContext(ArrayRef<CounterExpression> Expressions,
798 /// Provide DenseMapInfo for CounterExpression
799 template<> struct DenseMapInfo<coverage::CounterExpression> {
    [all...]

Completed in 57 milliseconds