LLVM
15.0.0git
|
A Counter expression builder is used to construct the counter expressions. More...
#include "llvm/ProfileData/Coverage/CoverageMapping.h"
Public Member Functions | |
ArrayRef< CounterExpression > | getExpressions () const |
Counter | add (Counter LHS, Counter RHS) |
Return a counter that represents the expression that adds LHS and RHS. More... | |
Counter | subtract (Counter LHS, Counter RHS) |
Return a counter that represents the expression that subtracts RHS from LHS. More... | |
A Counter expression builder is used to construct the counter expressions.
It avoids unnecessary duplication and simplifies algebraic expressions.
Definition at line 160 of file CoverageMapping.h.
Return a counter that represents the expression that adds LHS and RHS.
Definition at line 126 of file CoverageMapping.cpp.
References llvm::coverage::CounterExpression::Add, LHS, and RHS.
|
inline |
Definition at line 195 of file CoverageMapping.h.
References Expressions.
Return a counter that represents the expression that subtracts RHS from LHS.
Definition at line 130 of file CoverageMapping.cpp.
References LHS, RHS, and llvm::coverage::CounterExpression::Subtract.